Guest User

Untitled

a guest
Apr 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #ifdef YYPARSE_PARAM
  2. #if defined __STDC__ || defined __cplusplus
  3. int yyparse (void *YYPARSE_PARAM);
  4. #else
  5. int yyparse ();
  6. #endif
  7. #else /* ! YYPARSE_PARAM */
  8. #if defined __STDC__ || defined __cplusplus
  9. int yyparse (void);
  10. #else
  11. int yyparse ();
  12. #endif
  13. #endif /* ! YYPARSE_PARAM */
Add Comment
Please, Sign In to add comment