diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 13:04:50 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 13:04:50 -0500 |
| commit | ec7a9e5f107a68072b3a4dd84aa6a4b461657345 (patch) | |
| tree | 2a03723c2d8060e4503c6b9ecb97baad9432cd3d /builtins | |
| parent | 4dc70c84d4226174d44f1b53599d08de7a4e83aa (diff) | |
Initial pass at namespacing
Diffstat (limited to 'builtins')
| -rw-r--r-- | builtins/integers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/integers.h b/builtins/integers.h index 85b6e928..65a52a59 100644 --- a/builtins/integers.h +++ b/builtins/integers.h @@ -43,7 +43,6 @@ DEFINE_INT_TYPE(int8_t, Int8); #define Int__hex Int64__hex #define Int__octal Int64__octal #define Int__random Int64__random -#define Int_namespace_t Int64_namespace_t #define Int Int64 // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
