Get main.c and compiler compiling as C++.

This commit is contained in:
Bob Nystrom
2015-01-15 15:59:14 -08:00
parent 4249f92571
commit e3ccb68c79
3 changed files with 75 additions and 62 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ else:
passed = 0
failed = 0
skipped = defaultdict(int)
num_skipped = 0;
num_skipped = 0
def walk(dir, callback):