comparison liboctave/f2c-main.c @ 10158:4c0cdbe0acca

remove Emacs local-variable settings from liboctave source files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 19:04:35 -0500
parents a1dbe9d80eee
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
31 # ifdef __cplusplus 31 # ifdef __cplusplus
32 extern "C" 32 extern "C"
33 # endif 33 # endif
34 int F77_DUMMY_MAIN() { assert(0); return 1; } 34 int F77_DUMMY_MAIN() { assert(0); return 1; }
35 #endif 35 #endif
36
37 /*
38 ;;; Local Variables: ***
39 ;;; mode: C++ ***
40 ;;; End: ***
41 */
42