Changeset 4788 for lm-sensors/trunk/lib/conf-parse.y
- Timestamp:
- 09/06/07 11:04:34 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/conf-parse.y (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/conf-parse.y
r4208 r4788 30 30 #include "conf.h" 31 31 #include "access.h" 32 33 /* These two functions are defined in conf-lex.l */34 extern int sensors_yylex(void);35 extern char sensors_lex_error[];36 extern int sensors_yylineno;37 32 38 33 static void sensors_yyerror(const char *err);
