comparison src/symtab.cc @ 1297:12ecc2ecf0e3

[project @ 1995-05-01 18:39:43 by jwe]
author jwe
date Mon, 01 May 1995 18:39:43 +0000
parents ee2c6a67abe9
children 611d403c7f3d
comparison
equal deleted inserted replaced
1296:f93b7fa5e113 1297:12ecc2ecf0e3
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with Octave; see the file COPYING. If not, write to the Free 19 along with Octave; see the file COPYING. If not, write to the Free
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 21
22 */ 22 */
23
24 #if defined (__GNUG__)
25 #pragma implementation
26 #endif
23 27
24 #ifdef HAVE_CONFIG_H 28 #ifdef HAVE_CONFIG_H
25 #include <config.h> 29 #include <config.h>
26 #endif 30 #endif
27 31