Changeset 278ca955d564824e83664c1eebbfbb36c0ef1b0c
- Timestamp:
- 12/19/11 21:28:31
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1324330111 -0500
- git-parent:
[c0a5a8af010e5b7fb47f6273c00780be49f3a33d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1324330111 -0500
- Message:
remove trailing ;, empty declaration error in sun studio
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r8da7f66 |
r278ca95 |
|
44 | 44 | void *, closure, |
---|
45 | 45 | (void *closure, noit_module_t *self, noit_check_t *check, noit_check_t *cause), |
---|
46 | | (closure,self,check,cause)); |
---|
| 46 | (closure,self,check,cause)) |
---|
47 | 47 | NOIT_HOOK_IMPL(check_postflight, |
---|
48 | 48 | (noit_module_t *self, noit_check_t *check, noit_check_t *cause), |
---|
49 | 49 | void *, closure, |
---|
50 | 50 | (void *closure, noit_module_t *self, noit_check_t *check, noit_check_t *cause), |
---|
51 | | (closure,self,check,cause)); |
---|
| 51 | (closure,self,check,cause)) |
---|
52 | 52 | |
---|
53 | 53 | |
---|
r8da7f66 |
r278ca95 |
|
100 | 100 | (noit_module_t *self, noit_check_t *check, noit_check_t *cause), |
---|
101 | 101 | void *, closure, |
---|
102 | | (void *closure, noit_module_t *self, noit_check_t *check, noit_check_t *cause)); |
---|
| 102 | (void *closure, noit_module_t *self, noit_check_t *check, noit_check_t *cause)) |
---|
103 | 103 | NOIT_HOOK_PROTO(check_postflight, |
---|
104 | 104 | (noit_module_t *self, noit_check_t *check, noit_check_t *cause), |
---|
105 | 105 | void *, closure, |
---|
106 | | (void *closure, noit_module_t *self, noit_check_t *check, noit_check_t *cause)); |
---|
| 106 | (void *closure, noit_module_t *self, noit_check_t *check, noit_check_t *cause)) |
---|
107 | 107 | |
---|
108 | 108 | #define INITIATE_CHECK(func, self, check, cause) do { \ |
---|