diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:43:59 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:43:59 -0400 |
| commit | 41612254e459d321ed40945b1b77c0e8ee2a9550 (patch) | |
| tree | b3bd368afed4ee3a6ac1f2cb46c86dd39799a1c4 /src/compile/promotions.c | |
| parent | 4347eff736db4da9f8841793d63d282e694de080 (diff) | |
Add comments and pragmas
Diffstat (limited to 'src/compile/promotions.c')
| -rw-r--r-- | src/compile/promotions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compile/promotions.c b/src/compile/promotions.c index febbbd1f..c3d7eddc 100644 --- a/src/compile/promotions.c +++ b/src/compile/promotions.c @@ -1,3 +1,5 @@ +// This file defines how to do type promotions during compilation + #include "promotions.h" #include "../ast.h" #include "../compile.h" |
