[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / compiler / parser / id.c
index 457dbd8..173f38d 100644 (file)
@@ -54,7 +54,7 @@ installHstring(length, s)
   str->len = length;
 
   if (length == 0) {
-     str->bytes = NULL;
+     str->bytes = "";
 
   } else {
      p = xmalloc(length);