aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-06 21:34:28 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-06 21:34:28 -0400
commit63f1baa5f4583fb1d919a01b7e658c0e305ac96c (patch)
tree15b581f08287c0fd4d19cde19885866b4c9b08f6 /main.c
parent0a3dca5d297f039c989fc6ab16b1951aed080e7d (diff)
Fix gen code gets name of function being created for labeling
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c1de792..1657259 100644
--- a/main.c
+++ b/main.c
@@ -203,7 +203,7 @@ int size, *nxt;
int main()
{
#ifdef DEBUG_TYPES
- printf(
+ fprintf(stderr,
"\nPROG\t\t%d\n"
"VAR\t\t%d\n"
"PROC\t\t%d\n"