X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fctags%2Fetags%2Fetags.factor;h=b8177653aefd83192cd1602f3853f749cb9e8bae;hp=615b38daf6d94ea1ca57f4349405707432e2f141;hb=943596575ad294c074dfa381b70af74dba5992b1;hpb=e738c7206c32bd9b76f3cee31e950835e1b1ee24 diff --git a/extra/ctags/etags/etags.factor b/extra/ctags/etags/etags.factor index 615b38daf6..b8177653ae 100644 --- a/extra/ctags/etags/etags.factor +++ b/extra/ctags/etags/etags.factor @@ -37,7 +37,7 @@ IN: ctags.etags : etag ( lines seq -- str ) [ dup first present % - 1 HEX: 7f % + 1 0x7f % second dup number>string % 1 CHAR: , % 1 - lines>bytes number>string % @@ -55,7 +55,7 @@ IN: ctags.etags : etag-header ( vec1 n resource -- vec2 ) normalize-path (etag-header) prefix - 1 HEX: 0c prefix ; + 1 0x0c prefix ; : etag-strings ( alist -- seq ) { } swap [