From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/runtime_8h-source.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'runtime/docs/html/runtime_8h-source.html') diff --git a/runtime/docs/html/runtime_8h-source.html b/runtime/docs/html/runtime_8h-source.html index a0f00a36..76c74dec 100644 --- a/runtime/docs/html/runtime_8h-source.html +++ b/runtime/docs/html/runtime_8h-source.html @@ -4,7 +4,7 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

runtime.h

Go to the documentation of this file.
00001 #ifndef _RUNTIME_H_
 00002 #define _RUNTIME_H_
 00003 /** @file runtime.h
@@ -28,5 +28,7 @@
 00021 
 00022 #define dbug(args...) ;
 00023 
-00024 #endif /* _RUNTIME_H_ */
+00024 #include "print.c"
+00025 
+00026 #endif /* _RUNTIME_H_ */
 
-- cgit