diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:31:15 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:31:15 -0400 |
commit | 24a60ffba1893a3506a6ed15fd4b26479d966cf3 (patch) | |
tree | 5b3ead7c1110b58b6c32829c48cff79cc346121a /src/regexp | |
parent | 1c9b7df133f4130f7db4038d0b034418c5867ac1 (diff) |
rename non-compiled files to *.h
Diffstat (limited to 'src/regexp')
-rw-r--r-- | src/regexp/ERROR.h (renamed from src/regexp/ERROR.c) | 0 | ||||
-rw-r--r-- | src/regexp/GETC.h (renamed from src/regexp/GETC.c) | 0 | ||||
-rw-r--r-- | src/regexp/INIT.h (renamed from src/regexp/INIT.c) | 0 | ||||
-rw-r--r-- | src/regexp/PEEK.h (renamed from src/regexp/PEEK.c) | 0 | ||||
-rw-r--r-- | src/regexp/RETURN.h (renamed from src/regexp/RETURN.c) | 0 | ||||
-rw-r--r-- | src/regexp/UNGETC.h (renamed from src/regexp/UNGETC.c) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/regexp/ERROR.c b/src/regexp/ERROR.h index e8125ec0..e8125ec0 100644 --- a/src/regexp/ERROR.c +++ b/src/regexp/ERROR.h diff --git a/src/regexp/GETC.c b/src/regexp/GETC.h index 67f6cadc..67f6cadc 100644 --- a/src/regexp/GETC.c +++ b/src/regexp/GETC.h diff --git a/src/regexp/INIT.c b/src/regexp/INIT.h index 73ee616c..73ee616c 100644 --- a/src/regexp/INIT.c +++ b/src/regexp/INIT.h diff --git a/src/regexp/PEEK.c b/src/regexp/PEEK.h index 07cfc61c..07cfc61c 100644 --- a/src/regexp/PEEK.c +++ b/src/regexp/PEEK.h diff --git a/src/regexp/RETURN.c b/src/regexp/RETURN.h index 20a5d6a4..20a5d6a4 100644 --- a/src/regexp/RETURN.c +++ b/src/regexp/RETURN.h diff --git a/src/regexp/UNGETC.c b/src/regexp/UNGETC.h index 6672c64f..6672c64f 100644 --- a/src/regexp/UNGETC.c +++ b/src/regexp/UNGETC.h |