diff options
author | clean | 2001-05-17 10:57:52 +0000 |
---|---|---|
committer | clean | 2001-05-17 10:57:52 +0000 |
commit | 6b1208452a4dacfa6d8f3d63d9e2b16cd530e0cc (patch) | |
tree | 9c1f5edf1d79acd84cd40f4a2e35efce8478e58b /backendC/CleanCompilerSources | |
parent | use ConvertAlloc instead of CompAlloc, because using CompAlloc causes the com... (diff) |
gBytesLeft = 0 instead of NULL
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@434 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r-- | backendC/CleanCompilerSources/backendsupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/backendsupport.c b/backendC/CleanCompilerSources/backendsupport.c index 0ae86b8..f57016f 100644 --- a/backendC/CleanCompilerSources/backendsupport.c +++ b/backendC/CleanCompilerSources/backendsupport.c @@ -171,7 +171,7 @@ FreeConvertBuffers (void) gFirstBuffer = NULL; gCurrentBuffer = NULL; - gBytesLeft = NULL; + gBytesLeft = 0; } /* FreeConvertBuffers */ void * |