gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24311 - monkey/trunk/pathologist/src/mi


From: gnunet
Subject: [GNUnet-SVN] r24311 - monkey/trunk/pathologist/src/mi
Date: Sun, 14 Oct 2012 15:24:51 +0200

Author: teichm
Date: 2012-10-14 15:24:51 +0200 (Sun, 14 Oct 2012)
New Revision: 24311

Modified:
   monkey/trunk/pathologist/src/mi/gdbmi_parse.c
Log:
fixed inline declaration in library function

Modified: monkey/trunk/pathologist/src/mi/gdbmi_parse.c
===================================================================
--- monkey/trunk/pathologist/src/mi/gdbmi_parse.c       2012-10-14 13:23:17 UTC 
(rev 24310)
+++ monkey/trunk/pathologist/src/mi/gdbmi_parse.c       2012-10-14 13:24:51 UTC 
(rev 24311)
@@ -92,7 +92,7 @@
 
 /* TODO: What's a valid variable name?
    I'll assume a-zA-Z0-9_- */
-inline
+//inline
 int mi_is_var_name_char(char c)
 {
  return isalnum(c) || c=='-' || c=='_';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]