summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-10-18 23:08:24 +0200
committerTyge Løvset <[email protected]>2022-10-18 23:08:24 +0200
commit4c643c261e124460e6b7c41a9cf67c66a4213189 (patch)
tree7e41867522e95f20c885ae186895bd4784d5422d /include
parentd26fd02b70b9f091c2bcfa350e420f74c1f023f8 (diff)
downloadSTC-modified-4c643c261e124460e6b7c41a9cf67c66a4213189.tar.gz
STC-modified-4c643c261e124460e6b7c41a9cf67c66a4213189.zip
Internal renamings only.
Diffstat (limited to 'include')
-rw-r--r--include/stc/cregex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cregex.h b/include/stc/cregex.h
index e3703ca8..9cde33e6 100644
--- a/include/stc/cregex.h
+++ b/include/stc/cregex.h
@@ -67,7 +67,7 @@ enum {
};
typedef struct {
- struct Reprog* prog;
+ struct _Reprog* prog;
int error;
} cregex;