Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@333 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Jul 8, 1998
1 parent 5e6653d commit 2647564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modeq/ast/parsemod.c
Expand Up @@ -72,9 +72,9 @@ RML_BEGIN_LABEL(Parser__parse)
RML_TAILCALLK(rmlFC);
} else {
/* fprintf(stderr, "root = %p root->rml = %p\n", root, root->rml); */
fprintf(stderr, "\n");
zzpre_ast(root, &print_token, &print_lpar, &print_rpar);
fprintf(stderr, "\n\n");
/* fprintf(stderr, "\n"); */
/* zzpre_ast(root, &print_token, &print_lpar, &print_rpar); */
/* fprintf(stderr, "\n\n"); */

/* if( !root )
* RML_TAILCALLK(rmlFC); */
Expand Down
4 changes: 3 additions & 1 deletion modeq/tools/rmldoc
Expand Up @@ -16,7 +16,9 @@ string tex_escape(string s)
{
array a;
string ss = "";
s = replace(s, ({ "_", "{", "}", "\\" }), ({ "\\_", "\\{", "\\}", "\\\\" }));
s = replace(s,
({ "_" , "{" , "}" , "\\" }),
({ "\\_", "\\{", "\\}", "\\\\" }));
while(a=Regexp("([^`]*)`([^']*)'(.*)")->split(s))
{
ss += a[0]+"\\code{"+a[1]+"}";
Expand Down

0 comments on commit 2647564

Please sign in to comment.