Changeset 2039 for to-imperative/trunk/library/include/refal/Debug.hh
- Timestamp:
- Jul 27, 2006, 4:57:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/library/include/refal/Debug.hh
r1631 r2039 1 #ifndef __ Debug_hh__2 #define __ Debug_hh__1 #ifndef __refal__Debug_hh__ 2 #define __refal__Debug_hh__ 3 3 4 4 #include <rf_core.hh> … … 12 12 { 13 13 14 RF_DECL (Stop_q_); 15 14 16 RF_DECL (Debug); 15 16 RF_DECL (Debug_m_Check);17 17 18 18 } … … 20 20 } 21 21 22 #endif // __ Debug_hh__22 #endif // __refal__Debug_hh__
Note: See TracChangeset
for help on using the changeset viewer.