emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 541cc30 053/316: (cpprootsys.h,


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 541cc30 053/316: (cpprootsys.h, projincmacros.h): New includes (projmacro_a): New fcn.
Date: Sat, 28 Jan 2017 09:09:45 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 541cc304ea47148b78d989e8db80af95ec5bceb5
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    (cpprootsys.h, projincmacros.h): New includes (projmacro_a): New fcn.
---
 test/manual/cedet/integ_src/cpproot/main.cpp |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test/manual/cedet/integ_src/cpproot/main.cpp 
b/test/manual/cedet/integ_src/cpproot/main.cpp
index 7d3c619..157ba15 100644
--- a/test/manual/cedet/integ_src/cpproot/main.cpp
+++ b/test/manual/cedet/integ_src/cpproot/main.cpp
@@ -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;



reply via email to

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