mirror of https://github.com/CGAL/cgal
24 lines
667 B
C
24 lines
667 B
C
/**************************************************************************
|
|
|
|
html_syntax.h
|
|
=============================================================
|
|
Project : Tools for the CC manual writing task around cc_manual.sty.
|
|
Function : External symbols of the HTML parser.
|
|
System : bison, flex, C++ (g++)
|
|
Author : (c) 1998 Lutz Kettner
|
|
as of version 3.3 (Sept. 1999) maintained by Susan Hert
|
|
Revision : $Id$
|
|
Date : $Date$
|
|
|
|
**************************************************************************/
|
|
|
|
#ifndef HTML_SYNTAX_H
|
|
#define HTML_SYNTAX_H 1
|
|
|
|
extern int yydebug;
|
|
int yyparse();
|
|
|
|
#endif // HTML_SYNTAX_H 1 //
|
|
// EOF //
|
|
|