mirror of https://github.com/CGAL/cgal
The changed names are also updated in the include filenames. Compiles.
This commit is contained in:
parent
e96fa1105f
commit
f1669d20df
|
|
@ -1,6 +1,6 @@
|
|||
/**************************************************************************
|
||||
|
||||
cgal_extract_html.cc
|
||||
cc_extract_html.C
|
||||
=============================================================
|
||||
Project : CGAL merger tool for the specification task
|
||||
Function : main program, command line parameter parsing
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
#include <fstream.h>
|
||||
#include <ctype.h>
|
||||
#include <database.h>
|
||||
#include <confightml.h>
|
||||
#include <html_config.h>
|
||||
|
||||
typedef char Switch;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
/**************************************************************************
|
||||
|
||||
confightml.h
|
||||
html_config.h
|
||||
=============================================================
|
||||
Project : CGAL merger tool for the specification task
|
||||
Function : Configuration constants and variables
|
||||
System : C++ (g++)
|
||||
Author : (c) 1995 Lutz Kettner
|
||||
Author : (c) 1997 Lutz Kettner
|
||||
Revision : $Revision$
|
||||
Date : $Date$
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/**************************************************************************
|
||||
|
||||
lexhtml.yy
|
||||
html_lex.yy
|
||||
=============================================================
|
||||
Project : CGAL merger tool for the specification task
|
||||
Function : lexical scanner for TeX and C++ code mixed files.
|
||||
|
|
@ -19,8 +19,8 @@ extern "C" int yylex( void );
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <database.h>
|
||||
#include <confightml.h>
|
||||
#include <syntaxhtml.tab.h>
|
||||
#include <html_config.h>
|
||||
#include <html_syntax.tab.h>
|
||||
|
||||
/* Set this flag to 1 to switch immediately to CCMode. */
|
||||
int set_CCMode = 0;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/**************************************************************************
|
||||
|
||||
syntax.y
|
||||
html_syntax.y
|
||||
=============================================================
|
||||
Project : CGAL merger tool for the specification task
|
||||
Function : grammatical parser for TeX and C++ code mixed files.
|
||||
|
|
@ -45,7 +45,7 @@ int CCMode = 0;
|
|||
/* Datastructures for the parser */
|
||||
/* ============================= */
|
||||
#include <database.h>
|
||||
#include <confightml.h>
|
||||
#include <html_config.h>
|
||||
|
||||
/* Declarations from the cgal_extract_html.cc file */
|
||||
/* =============================================== */
|
||||
|
|
|
|||
Loading…
Reference in New Issue