diff liboctave/oct-time.cc @ 3498:e391aeef2b3c

[project @ 2000-01-31 03:17:14 by jwe]
author jwe
date Mon, 31 Jan 2000 03:17:16 +0000
parents c800b7fb7d64
children 5eef8a2294bd
line wrap: on
line diff
--- a/liboctave/oct-time.cc
+++ b/liboctave/oct-time.cc
@@ -33,7 +33,7 @@
 #include "oct-time.h"
 
 #if !defined (HAVE_STRPTIME)
-extern char *strptime (const char *buf, const char *format, struct tm *tm);
+extern "C" char *strptime (const char *buf, const char *format, struct tm *tm);
 #endif
 
 octave_time::octave_time (const octave_base_tm& tm)