Ignore:
Timestamp:
2013-08-20T15:51:53+12:00 (11 years ago)
Author:
ak19
Message:

Dr Bainbridge's bugfix. The gdbm_errno variable exported by gdbm.h is now being used by db2txt and txt2db. However, db2txt and txt2db are cpp files, whereas the variable was compiled up in a .c file. In order to make that variable visible to cpp files, Dr Bainbridge had to have its extern declarations made in a special extern C block for when cplusplus is defined, so that a cpp program being compiled up can see the variable at last.

Location:
main/trunk/greenstone2/common-src/packages/gdbm/gdbm-1.8.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.