comparison src/ov-builtin.h @ 4066:47d3baea432d

[project @ 2002-09-26 22:10:06 by jwe]
author jwe
date Thu, 26 Sep 2002 22:10:09 +0000
parents 6e86256e9c54
children 5719210fff4c
comparison
equal deleted inserted replaced
4065:2550915214e1 4066:47d3baea432d
21 */ 21 */
22 22
23 #if !defined (octave_builtin_h) 23 #if !defined (octave_builtin_h)
24 #define octave_builtin_h 1 24 #define octave_builtin_h 1
25 25
26 #if defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION) 26 #if defined (__GNUG__) && ! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION)
27 #pragma interface 27 #pragma interface
28 #endif 28 #endif
29 29
30 #include <string> 30 #include <string>
31 31