We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf976c commit 457c0a6Copy full SHA for 457c0a6
extmod/re1.5/regexp.h
@@ -3,6 +3,9 @@
3
// Use of this source code is governed by a BSD-style
4
// license that can be found in the LICENSE file.
5
6
+#ifndef _RE1_5_REGEXP__H
7
+#define _RE1_5_REGEXP__H
8
+
9
#include <stdio.h>
10
#include <stdlib.h>
11
#include <string.h>
@@ -136,3 +139,5 @@ int re1_5_sizecode(const char *re);
136
139
int re1_5_compilecode(ByteProg *prog, const char *re);
137
140
void re1_5_dumpcode(ByteProg *prog);
138
141
void cleanmarks(ByteProg *prog);
142
143
+#endif /*_RE1_5_REGEXP__H*/
0 commit comments