]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/constants/constants.factor
C-ENUM: -> ENUM:
[factor.git] / basis / compiler / constants / constants.factor
index 0e2fc3041b0824a7ba81e952ce96c5cd6edd1465..7d8ef4791b58d6b99d1262ddb1635fa865993901 100644 (file)
@@ -40,7 +40,7 @@ CONSTANT: deck-bits 18
 : segment-end-offset ( -- n ) 2 bootstrap-cells ; inline
 
 ! Relocation classes
-C-ENUM: f
+ENUM: f
     rc-absolute-cell
     rc-absolute
     rc-relative
@@ -55,7 +55,7 @@ C-ENUM: f
     rc-absolute-1 ;
 
 ! Relocation types
-C-ENUM: f
+ENUM: f
     rt-dlsym
     rt-entry-point
     rt-entry-point-pic