[llvm-commits] CVS: llvm/projects/sample/include/sample.h

John Criswell criswell at choi.cs.uiuc.edu
Mon Jun 30 17:14:43 PDT 2003


Changes in directory llvm/projects/sample/include:

sample.h updated: 1.1 -> 1.2

---
Log message:

Adding in sample project tree.


---
Diffs of the changes:

Index: llvm/projects/sample/include/sample.h
diff -u /dev/null llvm/projects/sample/include/sample.h:1.2
--- /dev/null	Mon Jun 30 17:13:33 2003
+++ llvm/projects/sample/include/sample.h	Mon Jun 30 17:13:23 2003
@@ -0,0 +1,8 @@
+/*
+ * File: sample.h
+ *
+ *	This is a sample header file that is global to the entire project.
+ *	It is located here so that everyone will find it.
+ */
+extern int compute_sample (int a);
+





More information about the llvm-commits mailing list