File: init_header.h

package info (click to toggle)
flexml 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 640 kB
  • sloc: perl: 1,305; makefile: 260; xml: 188; ansic: 117
file content (3 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (8)
1
2
3
/* header file to be included at end of generated %{ ... %} section */
#define YY_DECL static int static_lexer_param; int lexer(int lexer_param)
#define YY_USER_INIT static_lexer_param = lexer_param;