Add nil macro.
CVS patchset: 3062 CVS date: 1999/05/14 18:59:43
This commit is contained in:
parent
3dc8ed83ab
commit
f3abab07b4
|
@ -1,4 +1,4 @@
|
|||
# $Id: macros.in,v 1.30 1999/05/10 22:58:35 jbj Exp $
|
||||
# $Id: macros.in,v 1.31 1999/05/14 18:59:43 jbj Exp $
|
||||
#==============================================================================
|
||||
# Macro naming conventions (preliminary):
|
||||
#
|
||||
|
@ -9,6 +9,11 @@
|
|||
# more consistent in a future release.
|
||||
#
|
||||
|
||||
#==============================================================================
|
||||
# ---- A macro that expands to nothing.
|
||||
#
|
||||
%nil %{!?nil}
|
||||
|
||||
#==============================================================================
|
||||
# ---- filesystem macros.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue