diff liboctave/oct-syscalls.cc @ 4062:86e4baa81410

[project @ 2002-09-23 15:38:05 by jwe]
author jwe
date Mon, 23 Sep 2002 15:38:05 +0000
parents 5eef8a2294bd
children 755f6509bb01
line wrap: on
line diff
--- a/liboctave/oct-syscalls.cc
+++ b/liboctave/oct-syscalls.cc
@@ -45,7 +45,7 @@
 #include "syswait.h"
 
 #define NOT_SUPPORTED(nm) \
-  nm ## ": not supported on this system"
+  nm ": not supported on this system"
 
 int
 octave_syscalls::dup2 (int old_fd, int new_fd)