]> git.sur5r.net Git - cc65/blobdiff - src/cc65/compile.c
Moved verbose output to a shared module in the common/ directory.
[cc65] / src / cc65 / compile.c
index b4784fcc69488e5e68ffc1b15c2f429750ba391c..a532881cec6d5bd39053693126188538b0245275 100644 (file)
@@ -219,7 +219,7 @@ static void Parse (void)
        }
 
        /* Function declaration? */
-       if (IsTypeFunc (Decl.Type)) {
+       if (Entry && IsTypeFunc (Entry->Type)) {
 
            /* Function */
            if (!comma) {