Message236601
You need to leave static out of the forward definition and then add it in the initialization. The variable is not accessible from other object files - I checked.
"const char[]" and "static const char[]" should work the same, though I haven't tried it. |
|
| Date |
User |
Action |
Args |
| 2015-02-25 17:00:13 | steve.dower | set | recipients:
+ steve.dower, larry, tim.golden, zach.ware, serhiy.storchaka |
| 2015-02-25 17:00:13 | steve.dower | set | messageid: <[email protected]> |
| 2015-02-25 17:00:13 | steve.dower | link | issue20323 messages |
| 2015-02-25 17:00:13 | steve.dower | create | |
|