blob: 6f702df83fc69847e2c9220f6dfa0deffb1c473f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- hdrmacro.c.orig 2014-08-07 15:19:17.000000000 +0200
+++ hdrmacro.c 2014-08-07 15:23:19.000000000 +0200
@@ -39,8 +39,6 @@
* just to invoke a rule.
*/
-static LIST *header_macros1( LIST *l, char *file, int rec, regexp *re[] );
-
/* this type is used to store a dictionary of file header macros */
typedef struct header_macro
{
@@ -60,11 +58,9 @@
void
macro_headers( TARGET *t )
{
- LIST *hdrrule;
regexp *re;
FILE *f;
char buf[ 1024 ];
- int i;
if ( DEBUG_HEADER )
printf( "macro header scan for %s\n", t->name );
|