diff help2html/mhh6.c @ 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
line wrap: on
line diff
--- a/help2html/mhh6.c	Mon Jun 13 00:04:38 2022 -0400
+++ b/help2html/mhh6.c	Mon Jun 13 00:06:39 2022 -0400
@@ -1,7 +1,7 @@
 
 /*
  * AnaGram, A System for Syntax Directed Programming
- * File generated by: Version 2.40-current, built Jun 13 2007
+ * File generated by: Version 2.40-current, built Jun 12 2022
  *
  * AnaGram Parsing Engine
  * Copyright 1993-2002 Parsifal Software. All Rights Reserved.
@@ -23,11 +23,11 @@
  * 3. This notice may not be removed or altered from any source distribution.
  */
 
-#ifndef MHH6_H_1193795958
+#ifndef MHH6_H_1655092739
 #include "mhh6.h"
 #endif
 
-#ifndef MHH6_H_1193795958
+#ifndef MHH6_H_1655092739
 #error Mismatched header file
 #endif
 
@@ -43,7 +43,7 @@
 mhh6_pcb_type mhh6_pcb;
 #define PCB mhh6_pcb
 
-#line 387 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 387 "../../src/help2html/mhh6.syn"
  /* ----- Embedded C --------------------------------------------*/
 
 
@@ -725,7 +725,7 @@
 #endif
 
 static void ag_rp_1(void) {
-#line 71 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 71 "../../src/help2html/mhh6.syn"
 		title_line_count++; 
                 //  buffer_append(&titleLine, "</h3>\n<p>"); 
                 saveTitleLine();
@@ -742,7 +742,7 @@
 #define ag_rp_5(c) (buffer_add(&title, c), buffer_add(&title1, toupper(c)))
 
 static void ag_rp_6(void) {
-#line 92 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 92 "../../src/help2html/mhh6.syn"
  saveTopicBody(); 
 #line 748 "mhh6.c"
 }
@@ -782,7 +782,7 @@
 #define ag_rp_23() (buffer_append(&topicBody, "\n</pre>"))
 
 static void ag_rp_24(int c) {
-#line 172 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 172 "../../src/help2html/mhh6.syn"
 		total1sttextline++;
 		appendEnd(c);
 	 
@@ -790,7 +790,7 @@
 }
 
 static void ag_rp_25(int c) {
-#line 176 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 176 "../../src/help2html/mhh6.syn"
 		total1sttextlineb++;
                 buffer_add(&topicBody, 0x20);
 		appendEnd(c);
@@ -803,7 +803,7 @@
 #define ag_rp_27() (buffer_append(&topicBody, "</td></tr>"))
 
 static void ag_rp_28(int c) {
-#line 211 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 211 "../../src/help2html/mhh6.syn"
  
 		total1sttableline++;
                 buffer_append(&topicBody,
@@ -816,7 +816,7 @@
 }
 
 static void ag_rp_29(int c) {
-#line 222 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 222 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "</td>\n<td>  ");
 		appendTableCell(c); 
 		buffer_clear(&tabFrag);
@@ -828,7 +828,7 @@
 #define ag_rp_30() (buffer_append(&topicBody, "</td></tr>"))
 
 static void ag_rp_31(int c) {
-#line 234 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 234 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "\n\n<tr><td>  ");
 		appendTableCell(c);
 		buffer_clear(&tabFrag);
@@ -838,7 +838,7 @@
 }
 
 static void ag_rp_32(int c) {
-#line 242 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 242 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "</td>\n<td>  ");
 		appendTableCell(c);
 		buffer_clear(&tabFrag);
@@ -848,7 +848,7 @@
 }
 
 static void ag_rp_33(int c) {
-#line 252 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 252 "../../src/help2html/mhh6.syn"
 		total1stlist1line++;
 	        if (intstack_top(&paragType) != Tlist1) {
 		  intstack_push(&paragType, Tlist1);
@@ -864,7 +864,7 @@
 #define ag_rp_34(c) (appendEnd(c))
 
 static void ag_rp_35(int c) {
-#line 268 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 268 "../../src/help2html/mhh6.syn"
 		total1stlist2line++;
 		if (intstack_top(&paragType) != Tlist2) {
 		  intstack_push(&paragType, Tlist2);
@@ -880,7 +880,7 @@
 #define ag_rp_36(c) (appendEnd(c))
 
 static void ag_rp_37(int t, int c) {
-#line 284 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 284 "../../src/help2html/mhh6.syn"
 		total1stlisttabline++;
   		if (intstack_top(&paragType) != Tlisttab) {
 		  intstack_push(&paragType, Tlisttab);
@@ -896,7 +896,7 @@
 #define ag_rp_38(c) (appendEnd(c))
 
 static void ag_rp_39(int c) {
-#line 301 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 301 "../../src/help2html/mhh6.syn"
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>  ");
 		appendEnd(c);
@@ -905,7 +905,7 @@
 }
 
 static void ag_rp_40(int c) {
-#line 306 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 306 "../../src/help2html/mhh6.syn"
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>   ");
 		appendEnd(c);
@@ -914,7 +914,7 @@
 }
 
 static void ag_rp_41(int c) {
-#line 311 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 311 "../../src/help2html/mhh6.syn"
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>    ");
 		appendEnd(c); 
@@ -923,7 +923,7 @@
 }
 
 static void ag_rp_42(int c) {
-#line 316 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 316 "../../src/help2html/mhh6.syn"
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>     ");
 		appendEnd(c); 
@@ -932,7 +932,7 @@
 }
 
 static void ag_rp_43(int c) {
-#line 320 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 320 "../../src/help2html/mhh6.syn"
  
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>      ");
@@ -942,7 +942,7 @@
 }
 
 static void ag_rp_44(int c) {
-#line 326 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 326 "../../src/help2html/mhh6.syn"
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>        ");
 		appendEnd(c);
@@ -951,7 +951,7 @@
 }
 
 static void ag_rp_45(int c) {
-#line 330 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 330 "../../src/help2html/mhh6.syn"
  
 		total1stcodeline++;
 		buffer_append(&topicBody, "\n<pre>          ");
@@ -961,7 +961,7 @@
 }
 
 static void ag_rp_46(int c) {
-#line 339 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 339 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "  ");
 		appendEnd(c);
 	 
@@ -969,7 +969,7 @@
 }
 
 static void ag_rp_47(int c) {
-#line 343 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 343 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "   ");
 		appendEnd(c);
 	 
@@ -977,7 +977,7 @@
 }
 
 static void ag_rp_48(int c) {
-#line 347 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 347 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "    ");
 		appendEnd(c);
 	 
@@ -985,7 +985,7 @@
 }
 
 static void ag_rp_49(int c) {
-#line 351 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 351 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "     ");
 		appendEnd(c);
 	 
@@ -993,7 +993,7 @@
 }
 
 static void ag_rp_50(int c) {
-#line 355 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 355 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "      ");
 		appendEnd(c);
 	 
@@ -1001,7 +1001,7 @@
 }
 
 static void ag_rp_51(int c) {
-#line 359 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 359 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "        ");
 		appendEnd(c);
 	 
@@ -1009,7 +1009,7 @@
 }
 
 static void ag_rp_52(int c) {
-#line 363 "/disk/disk0/home/dholland/projects/ag/src/help2html/mhh6.syn"
+#line 363 "../../src/help2html/mhh6.syn"
 		buffer_append(&topicBody, "          ");
 		appendEnd(c);