Changeset f077b5d3eb137ca1c0161273b6df1daab93dc3ea
- Timestamp:
- 04/06/09 19:56:18
(4 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1239047778 +0000
- git-parent:
[4f911fe3893494fb9c63f3751aa611c380056466]
- git-author:
- Mark Harrison <mark@omniti.com> 1239047778 +0000
- Message:
Support for func/FUNCTION with Sun Studio C compiler
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb5f5baa |
rf077b5d |
|
| 3 | 3 | |
|---|
| 4 | 4 | #include "noit_config.h" |
|---|
| | 5 | |
|---|
| | 6 | #ifndef __FUNCTION__ |
|---|
| | 7 | #define __FUNCTION__ __func__ |
|---|
| | 8 | #endif |
|---|
| 5 | 9 | |
|---|
| 6 | 10 | #define API_EXPORT(type) extern type |
|---|