diff options
Diffstat (limited to 'doc/user/prg_embe')
-rw-r--r-- | doc/user/prg_embe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/user/prg_embe b/doc/user/prg_embe index 3228426..c7d2952 100644 --- a/doc/user/prg_embe +++ b/doc/user/prg_embe @@ -20,7 +20,6 @@ this for the C language: @ID @OneRow @Code @Verbatim { @IndentedDisplay @CP { #include <stdio.h> - treeprint(struct tnode *p) /* print tree p recursively */ { if (p != NULL) { @@ -37,7 +36,6 @@ allowing the program text to be incorporated with absolutely no modifications. The result is @ID @OneRow @CP { #include <stdio.h> - treeprint(struct tnode *p) /* print tree p recursively */ { if (p != NULL) { |