ITADN

Specify std version as gnu89

#33Pull RequestBolunThompson 创建于 2024-10-02已合并
B
BolunThompsoncommented
This lets clang compile lisp.c, which, unlike gcc, errors by default (instead of warning) on depreciated C89 constructs like implicit int unless c89/gnu89 is specifically selected. Tested with clang 18 and 19. Alternatively, any of the suggested fixes in #31 for gcc 14 would allow clang to compile this. However, this may still help clarify the intent of the code.
合并状态:已合并 合并于 2024-11-27 关闭于 2024-11-27 0 条评论