mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
This removes #ifdefs checking for the existence of SH_PLUGIN_VERSION (version check for dynamically loaded builtins) and the SFIO identifiers SF_BUFCONST, SF_CLOSING, SF_APPENDWR, SF_ATEXIT, all of which are defined by the bundled libast.
This commit is contained in:
parent
c7242de16f
commit
0b814b53bd
8 changed files with 18 additions and 80 deletions
|
|
@ -108,10 +108,6 @@ struct adata
|
|||
char nv_local = 0;
|
||||
static void(*nullscan)(Namval_t*,void*);
|
||||
|
||||
#if ( SFIO_VERSION <= 20010201L )
|
||||
# define _data data
|
||||
#endif
|
||||
|
||||
/* ======== name value pair routines ======== */
|
||||
|
||||
#include "shnodes.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue