Removed C++-LIBRARY: in favour of COMPILE-AS-C++ statement

db4
Jeremy Hughes 2009-07-02 10:40:12 +12:00
parent 5c8d4bee52
commit 9e240eb3b9
1 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,7 @@ PRIVATE>
SYNTAX: C-LIBRARY: (C-LIBRARY:) ;
SYNTAX: C++-LIBRARY: (C-LIBRARY:) t "library-is-c++" set ;
SYNTAX: COMPILE-AS-C++ t "library-is-c++" set ;
SYNTAX: C-LINK: (C-LINK:) ;
@ -65,5 +65,3 @@ SYNTAX: C-FUNCTION:
"c-library-vector" get push ;
SYNTAX: ;C-LIBRARY (;C-LIBRARY) ;
SYNTAX: ;C++-LIBRARY (;C-LIBRARY) ;