dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/pbx
mvanbaak c342cdeaf3 Older versions of GNU gcc do not allow 'NULL' as sentinel.
They want (char *)NULL as sentinel.
An example is OpenBSD (confirmed on 4.3) that ships with gcc 3.3.4

This commit introduces a contstant SENTINEL which is declared as:
#define SENTINEL ((char *)NULL)

All places I could test compile on my openbsd system are converted.
Update CODING-GUIDELINES to tell about this constant.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@124127 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19 20:48:33 +00:00
..
ael/ael-test Merged revisions 119966 via svnmerge from 2008-06-03 15:49:34 +00:00
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
dundi-parser.c Merge another change from team/russell/events ... 2008-06-10 12:48:50 +00:00
dundi-parser.h Merge another change from team/russell/events ... 2008-06-10 12:48:50 +00:00
pbx_ael.c Merged revisions 111341 via svnmerge from 2008-03-27 04:47:12 +00:00
pbx_config.c Allow alternative extensions to be specified for a user. 2008-06-19 19:22:59 +00:00
pbx_dundi.c Merge another change from team/russell/events ... 2008-06-10 12:48:50 +00:00
pbx_gtkconsole.c Merged revisions 117507 via svnmerge from 2008-05-21 18:20:11 +00:00
pbx_loopback.c Merged revisions 120226 via svnmerge from 2008-06-03 22:42:03 +00:00
pbx_lua.c Lock the channel around datastore access 2008-04-25 22:04:46 +00:00
pbx_realtime.c Older versions of GNU gcc do not allow 'NULL' as sentinel. 2008-06-19 20:48:33 +00:00
pbx_spool.c Merged revisions 123710 via svnmerge from 2008-06-18 20:23:58 +00:00