Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
457c0a60
Commit
457c0a60
authored
Oct 12, 2014
by
Paul Sokolovsky
Browse files
modure: Upgrade re1.5 to 0.5.1
Changes include: regexp.h: Add double-include protection.
parent
fbf976c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
extmod/re1.5/regexp.h
View file @
457c0a60
...
...
@@ -3,6 +3,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#ifndef _RE1_5_REGEXP__H
#define _RE1_5_REGEXP__H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
...
...
@@ -136,3 +139,5 @@ int re1_5_sizecode(const char *re);
int
re1_5_compilecode
(
ByteProg
*
prog
,
const
char
*
re
);
void
re1_5_dumpcode
(
ByteProg
*
prog
);
void
cleanmarks
(
ByteProg
*
prog
);
#endif
/*_RE1_5_REGEXP__H*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment