mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
Pregenerate lex and yacc files and remove the build dependency on those
programs.
This commit is contained in:
6
libpcap/scanner.h
Normal file
6
libpcap/scanner.h
Normal file
@@ -0,0 +1,6 @@
|
||||
/* This is generated by runlex.sh. Do not edit it. */
|
||||
|
||||
#ifndef YY_DECL
|
||||
#define YY_DECL int yylex(void)
|
||||
#endif
|
||||
YY_DECL;
|
||||
Reference in New Issue
Block a user