Skip to content

Commit 67f8a8e

Browse files
committed
some changes
1 parent 1090f71 commit 67f8a8e

File tree

12 files changed

+2198
-2198
lines changed

12 files changed

+2198
-2198
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ update_bootstrap:
5252

5353
.PHONY: clean
5454
clean:
55-
rm *.o *.out ibuc bootstrap/*.o src/*.o lib/*.o
55+
rm *.o ibuc bootstrap/*.o src/*.o lib/*.o
5656

lib/std/header.ibu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#define PROGRAM_MAX_SIZE 150000
77

88
struct Vec {
9-
ptr **u8,
10-
len i32,
11-
cap i32,
9+
ptr **u8,
10+
len i32,
11+
cap i32,
1212
}
1313

1414
func strcmp(a *u8, b *u8) bool;

0 commit comments

Comments
 (0)