comparison anagram/agcore/cf.cpp @ 22:5581ef01f993

Regen all the AG output. This also fixes the line number output in the tools (cgbigen/helpgen/help2html), apparently because those files weren't regenerated last go.
author David A. Holland
date Mon, 13 Jun 2022 00:06:39 -0400
parents ec2b657edf13
children
comparison
equal deleted inserted replaced
21:1c9dac05d040 22:5581ef01f993
22 //#define INCLUDE_LOGGING 22 //#define INCLUDE_LOGGING
23 #include "log.h" 23 #include "log.h"
24 24
25 /* 25 /*
26 * AnaGram, A System for Syntax Directed Programming 26 * AnaGram, A System for Syntax Directed Programming
27 * File generated by: Version 2.40-current, built Oct 30 2007 27 * File generated by: Version 2.40-current, built Jun 12 2022
28 * 28 *
29 * AnaGram Parsing Engine 29 * AnaGram Parsing Engine
30 * Copyright 1993-2002 Parsifal Software. All Rights Reserved. 30 * Copyright 1993-2002 Parsifal Software. All Rights Reserved.
31 * 31 *
32 * This software is provided 'as-is', without any express or implied 32 * This software is provided 'as-is', without any express or implied
44 * 2. Altered source versions must be plainly marked as such, and must not be 44 * 2. Altered source versions must be plainly marked as such, and must not be
45 * misrepresented as being the original software. 45 * misrepresented as being the original software.
46 * 3. This notice may not be removed or altered from any source distribution. 46 * 3. This notice may not be removed or altered from any source distribution.
47 */ 47 */
48 48
49 #ifndef CF_H_1198348333 49 #ifndef CF_H_1655092739
50 #include "cf.h" 50 #include "cf.h"
51 #endif 51 #endif
52 52
53 #ifndef CF_H_1198348333 53 #ifndef CF_H_1655092739
54 #error Mismatched header file 54 #error Mismatched header file
55 #endif 55 #endif
56 56
57 #include <ctype.h> 57 #include <ctype.h>
58 #include <stdio.h> 58 #include <stdio.h>