]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Fix some comments
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index dc691046294917e35cde7b31d40b09f1ad4c824b..b1da366a766f053e6e5fcb6efaef77b8a11bf41a 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -721,7 +721,7 @@ typedef struct {
  * code_genstrin       -- generates string for code
  * code_alloc_field    -- allocated a field
  * code_push_statement -- keeps statements and linenumbers together
- * code_pop_statement  -- keeps statements and linenumbers together 
+ * code_pop_statement  -- keeps statements and linenumbers together
  */
 bool      code_write         (code_t *, const char *filename, const char *lno);
 GMQCC_WARN
@@ -1129,7 +1129,6 @@ typedef enum {
     COMPILER_QCC,     /* circa  QuakeC */
     COMPILER_FTEQCC,  /* fteqcc QuakeC */
     COMPILER_QCCX,    /* qccx   QuakeC */
-    COMPILER_HCODE,   /* hcode  QuakeC */
     COMPILER_GMQCC    /* this   QuakeC */
 } opts_std_t;