aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 1385a4c..cc4c264 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -85,13 +85,13 @@ const (
H = 1
ERROR_MSG = 0
ERROR_ERR = 1
- STYLE_DEF = 0
- STYLE_DIR = 1
- STYLE_BOX = 2
- STYLE_HEAD = 3
- STYLE_ERR = 4
- STYLE_TITLE = 5
- STYLE_BOT = 6
+ DEF_STYLE = 0
+ DIR_STYLE = 1
+ BOX_STYLE = 2
+ HEAD_STYLE = 3
+ ERR_STYLE = 4
+ TITLE_STYLE = 5
+ BOT_STYLE = 6
)
const (