#111 closed defect (fixed)
libos2: Correct som data imports
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | high | Milestone: | libc-0.6.2 |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | som libos2 |
Cc: |
Description
We should provide underscore prefixed and plain data imports in wp-data.imp. GCC can't drop the underscore of the data names, so we have to fix the import library instead.
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
(In [2778]) Added underscored prefix names data wp and win data exports. Fixes #111.