]> git.saurik.com Git - bison.git/blobdiff - src/location.h
* data/yacc.c: Output the copyright notive in the header.
[bison.git] / src / location.h
index 0c5ef686470a885ffb87cff3d924da7bdeec75bb..8894eea8796cf31954e8db0591ffb56d437c0486 100644 (file)
@@ -62,4 +62,6 @@ typedef struct location_s
   else                                                          \
     fprintf (Out, "%d.%d", (Loc).first_line, (Loc).first_column)
 
+
+extern location_t empty_location;
 #endif /* !LOCATION_H_ */