emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 9d2c338 251/316: New test file.


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 9d2c338 251/316: New test file.
Date: Sat, 28 Jan 2017 09:10:08 +0000 (UTC)

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

    New test file.
---
 test/manual/cedet/integ_src/cpproot/test.h |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/test/manual/cedet/integ_src/cpproot/test.h 
b/test/manual/cedet/integ_src/cpproot/test.h
new file mode 100644
index 0000000..2b9191d
--- /dev/null
+++ b/test/manual/cedet/integ_src/cpproot/test.h
@@ -0,0 +1,18 @@
+/*
+ * This file contains a few misc prototypes for declarations in other parts
+ * of the cpp-root project type.
+ */
+
+#ifdef FEATURE1
+int feature1();
+#endif
+
+#ifdef FEATURE2
+int feature2();
+#endif
+
+#ifdef FEATURE3
+int feature3();
+#endif
+
+int generic_feature();



reply via email to

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