Files
asterisk/apps
Michiel van Baak 8e8359465b 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: https://origsvn.digium.com/svn/asterisk/trunk@124127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-06-19 20:48:33 +00:00
..
2008-02-07 21:08:46 +00:00
2008-02-09 11:27:10 +00:00
2008-02-09 11:27:10 +00:00
2008-02-09 11:27:10 +00:00
2008-02-09 11:27:10 +00:00
2008-02-09 11:27:10 +00:00
2008-06-19 15:52:17 +00:00
2008-06-16 03:33:03 +00:00
2007-11-22 01:39:06 +00:00
2008-06-12 23:08:37 +00:00
2008-04-25 20:20:10 +00:00
2007-11-22 04:37:08 +00:00
2008-06-16 20:43:46 +00:00
2007-11-22 01:39:06 +00:00
2007-11-22 04:37:08 +00:00
2008-04-25 20:20:10 +00:00