]> gitweb.factorcode.org Git - factor.git/commitdiff
fix windows bootstrap
authorJoe Groff <arcata@gmail.com>
Sat, 19 Sep 2009 16:30:23 +0000 (11:30 -0500)
committerJoe Groff <arcata@gmail.com>
Sat, 19 Sep 2009 16:30:23 +0000 (11:30 -0500)
basis/windows/types/types.factor

index bac9ebf3725c4f3c8999e6a706ea3413125cd825..6275f2d3c95a9007e43b1b358e099a25b71a0a15 100755 (executable)
@@ -14,7 +14,7 @@ TYPEDEF: ushort              wchar_t
 SYMBOL: wchar_t*
 <<
 { char* utf16n } \ wchar_t* typedef
-wchar_t wchar_t* "pointer-c-type" set-word-prop
+\ wchar_t \ wchar_t* "pointer-c-type" set-word-prop
 >>
 
 TYPEDEF: wchar_t             WCHAR