=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/lowparse.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/make/lowparse.h 2010/07/19 19:46:44 1.7 +++ src/usr.bin/make/lowparse.h 2012/03/22 13:47:12 1.8 @@ -1,7 +1,7 @@ #ifndef LOWPARSE_H #define LOWPARSE_H -/* $OpenBSD: lowparse.h,v 1.7 2010/07/19 19:46:44 espie Exp $ */ +/* $OpenBSD: lowparse.h,v 1.8 2012/03/22 13:47:12 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie. @@ -76,6 +76,10 @@ /* name = Parse_Getfilename(); * Returns the current filename. Safe to keep without copying. */ extern const char *Parse_Getfilename(void); + +/* Parse_FillLocation(origin) + * Fill the location pointed by origin with the current location. */ +extern void Parse_FillLocation(Location *); /* continue = Parse_NextFile(); * Advance parsing to the next file in the input stack. Returns true