parseSpec() now takes a specfile name as argument
authormarc <devnull@localhost>
Mon, 8 Jan 1996 07:01:36 +0000 (07:01 +0000)
committermarc <devnull@localhost>
Mon, 8 Jan 1996 07:01:36 +0000 (07:01 +0000)
CVS patchset: 153
CVS date: 1996/01/08 07:01:36

build/spec.h

index 07e303e..c5d992a 100644 (file)
@@ -8,7 +8,7 @@
 
 typedef struct SpecRec *Spec;
 
-Spec parseSpec(FILE *f);
+Spec parseSpec(FILE *f, char *specfile);
 void freeSpec(Spec s);
 
 void dumpSpec(Spec s, FILE *f);