Do not use '#endif xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-17 11:33:08 +00:00
parent f442ba9141
commit c0ba3fbe2d
2 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ OK
loc -32768
bne *1
OK
#endif WS > 1
#endif /* WS > 1 */
#if WS > 2
loc 65535
loc 65535
@@ -80,7 +80,7 @@ OK
loc -2147483648
bne *1
OK
#endif WS > 2
#endif /* WS > 2 */
TEST 003: test signed and unsigned loc
MAIN 0
#if WS == 1