The changed names are also updated in the include filenames. Compiles.

This commit is contained in:
Lutz Kettner 1997-01-12 20:40:15 +00:00
parent e96fa1105f
commit f1669d20df
4 changed files with 9 additions and 9 deletions

View File

@ -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;

View File

@ -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$

View File

@ -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;

View File

@ -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 */
/* =============================================== */