aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/regexp9.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/regexp9.h b/include/regexp9.h
index 20c0c3da..b93e7b8d 100644
--- a/include/regexp9.h
+++ b/include/regexp9.h
@@ -1,7 +1,7 @@
#ifndef _REGEXP9_H_
#define _REGEXP9_H_ 1
#if defined(__cplusplus)
-extern "C" {
+extern "C" {
#endif
#ifdef AUTOLIB
@@ -61,7 +61,7 @@ struct Reinst{
*/
struct Reprog{
Reinst *startinst; /* start pc */
- Reclass class[16]; /* .data */
+ Reclass class[128]; /* .data */
Reinst firstinst[5]; /* .text */
};