|
From: <tho...@us...> - 2013-12-12 16:10:40
|
Revision: 538
http://sourceforge.net/p/cgreen/code/538
Author: thomasnilsson
Date: 2013-12-12 16:10:33 +0000 (Thu, 12 Dec 2013)
Log Message:
-----------
Added an alias for is_non_null
Modified Paths:
--------------
trunk/cgreen/include/cgreen/constraint_syntax_helpers.h
Modified: trunk/cgreen/include/cgreen/constraint_syntax_helpers.h
===================================================================
--- trunk/cgreen/include/cgreen/constraint_syntax_helpers.h 2013-12-07 10:33:14 UTC (rev 537)
+++ trunk/cgreen/include/cgreen/constraint_syntax_helpers.h 2013-12-12 16:10:33 UTC (rev 538)
@@ -46,6 +46,7 @@
*/
extern Constraint static_non_null_constraint;
extern Constraint *is_non_null;
+#define is_not_null (is_non_null)
extern Constraint static_null_constraint;
extern Constraint *is_null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|