* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: lex.h,v 1.26 2001/07/06 20:34:11 gson Exp $ */
+/* $Id: lex.h,v 1.26.2.1 2002/01/23 00:11:14 marka Exp $ */
#ifndef ISC_LEX_H
#define ISC_LEX_H 1
* Requires:
* 'lex' is a valid lexer.
*
- * 'options' has meaningful values.
+ * 'comments' has meaningful values.
*/
void
unsigned long
isc_lex_getsourceline(isc_lex_t *lex);
/*
- * Return the input source name.
+ * Return the input source line number.
*
* Requires:
* 'lex' is a valid lexer.