--- seyon-2.20c/SeParse.y.orig 1993-07-01 20:01:42.000000000 -0400 +++ seyon-2.20c/SeParse.y 2003-09-06 23:53:27.000000000 -0400 @@ -81,20 +81,7 @@ { char long_line[1000]; - char input_str[] = "This(is, a, real, funky); script(); - Scripts(); Can(be); Multi(Line, \"Can't they?\"); - Commas(are, no, longer, optional, inside, arglists); - Scripts(); Can(); contain(\"tabs \\t and backspaces \\b\"); - As(\"Well\\ as Quoted Strings\", and, '\"Quoted Strings inside - quoted strings\"'); - esc(can, appear, outside, strings, ^z, \\012\\015\\n); - But(parenthesis, should, match); - We(\"have a funny way of specifying \\012 chars and even)\"); - backslashes( \" \\\\ \"); - new(\"in this version are ^m and ^A ctr-escapes, as in ^S^Q\"); - The(next, line, will, give, a, syntax, error, because, it, has, two, adj, functions, - without, a, separating, semicolon); - End() script()"; + char input_str[] = "This(is, a, real, funky); script(); Scripts(); Can(be); Multi(Line, \"Can't they?\"); Commas(are, no, longer, optional, inside, arglists); Scripts(); Can(); contain(\"tabs \\t and backspaces \\b\"); As(\"Well\\ as Quoted Strings\", and, '\"Quoted Strings inside quoted strings\"'); esc(can, appear, outside, strings, ^z, \\012\\015\\n); But(parenthesis, should, match); We(\"have a funny way of specifying \\012 chars and even)\"); backslashes( \" \\\\ \"); new(\"in this version are ^m and ^A ctr-escapes, as in ^S^Q\"); The(next, line, will, give, a, syntax, error, because, it, has, two, adj, functions, without, a, separating, semicolon); End() script()"; printf("------ String to parse: \n%s\n\n---- Parsing begins:\n", input_str); strcpy(long_line, input_str);