Add nil macro.

CVS patchset: 3062
CVS date: 1999/05/14 18:59:43
This commit is contained in:
jbj 1999-05-14 18:59:43 +00:00
parent 3dc8ed83ab
commit f3abab07b4
1 changed files with 6 additions and 1 deletions

View File

@ -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.
#