]> git.eshelyaron.com Git - emacs.git/commitdiff
(cpprootsys.h, projincmacros.h): New includes (projmacro_a): New fcn.
authorEric Ludlam <zappo@gnu.org>
Sun, 31 Mar 2013 19:25:24 +0000 (15:25 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:48:36 +0000 (17:48 +0200)
test/manual/cedet/integ_src/cpproot/main.cpp

index 7d3c6190adb8ff3d78e3ad4dad39bbbf41a5a606..157ba1528c689b5d7ef9ffc84a59824cd9eca19c 100644 (file)
@@ -2,7 +2,9 @@
  * Main program for testing ede/cpp-root project.
  */
 
+#include <cpprootsys.h>
 #include "sppmacros.h"
+#include "projincmacros.h"
 #include "test.h"
 
 int main(int argc, char *argv[])
@@ -32,6 +34,13 @@ int feature3()
 }
 #endif
 
+#ifdef PROJMACRO_A
+char projmacro_a()
+{
+  return 'a';
+}
+#endif
+
 int generic_feature()
 {
   return 0;