comparison liboctave/CmplxCHOL.cc @ 1296:f93b7fa5e113

[project @ 1995-05-01 18:30:08 by jwe]
author jwe
date Mon, 01 May 1995 18:30:08 +0000
parents bb67a902760b
children 611d403c7f3d
comparison
equal deleted inserted replaced
1295:34295bf6aac6 1296:f93b7fa5e113
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