C Compiler version 1.39 with a fix for inline assembler directives not being generated at the proper location in the code
@@ -427,7 +427,8 @@ | ||
427 | 427 | error("invalid use of `typedef'\n"); |
428 | 428 | sclass = EXTERN; |
429 | 429 | } |
430 | - funcdecl(sclass, id, ty1, pt); | |
430 | + funcdecl(sclass, fname = id, ty1, pt); | |
431 | + fname = 0; | |
431 | 432 | return; |
432 | 433 | } else if (funcdclr) |
433 | 434 | { foreach(identifiers, level, checkparam, (Generic)0); exitscope(); } |
@@ -29,7 +29,7 @@ | ||
29 | 29 | */ |
30 | 30 | |
31 | 31 | |
32 | -char *version="/* 16-bit code V1.38 */\n"; | |
32 | +char *version="/* 16-bit code V1.39 */\n"; | |
33 | 33 | #include "c.h" |
34 | 34 | #include <string.h> |
35 | 35 | #include <stdio.h> |