Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit a3ff972

Browse files
NANNAN
authored andcommitted
gitap from WSL2 on Main Machine
1 parent c879267 commit a3ff972

File tree

2 files changed

+4
-70
lines changed

2 files changed

+4
-70
lines changed

exprparse.c

Lines changed: 0 additions & 70 deletions
This file was deleted.

test.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
#include "stringutil.h"
44

5+
#ifndef NULL
6+
#define NULL ((void*)0)
7+
#endif
8+
59
#pragma I wonder if this will cause an error.
610

711

0 commit comments

Comments
 (0)