Last change
on this file since 53 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : sc_signed.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Buchmann Richard | |
---|
| 8 | | | |
---|
| 9 | | Date : 14_04_2005 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
[52] | 12 | |
---|
[1] | 13 | #ifndef __SC_SIGNED_H__ |
---|
| 14 | #define __SC_SIGNED_H__ |
---|
| 15 | |
---|
| 16 | // ---------------------------------------------------------------------------- |
---|
| 17 | // CLASS : sc_signed |
---|
| 18 | // |
---|
| 19 | // ---------------------------------------------------------------------------- |
---|
| 20 | |
---|
| 21 | namespace sc_dt { |
---|
| 22 | |
---|
| 23 | } /* end of sc_dt namespace */ |
---|
| 24 | |
---|
| 25 | #endif /* __SC_SIGNED_H__ */ |
---|
[52] | 26 | |
---|
| 27 | /* |
---|
| 28 | # Local Variables: |
---|
| 29 | # tab-width: 4; |
---|
| 30 | # c-basic-offset: 4; |
---|
| 31 | # c-file-offsets:((innamespace . 0)(inline-open . 0)); |
---|
| 32 | # indent-tabs-mode: nil; |
---|
| 33 | # End: |
---|
| 34 | # |
---|
| 35 | # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
| 36 | */ |
---|
| 37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.