File: defplus.1.in

package info (click to toggle)
filepp 1.7.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 240
  • sloc: perl: 2,597; makefile: 489; sh: 174; ansic: 15
file content (29 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.\"  Hey Emacs! This file is -*- nroff -*- source.
.\" __FILEPP_INPUT__ version __VERSION__
.\" filepp is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; see the file COPYING.  If not, write to
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.SH DEFPLUS MODULE - defplus.pm
The defplus module allows extra information to be appended to an
existing macro. Its file name is \fBdefplus.pm\fP.
.PP
The defplus module allows further things to be appended to existing
macros. The module implements one keyword:
.TP
.BR #defplus " \fImacro\fP \fIdefinition...\fP"
The \fB#defplus\fP keyword has the same syntax as \fB#define\fP, the
only difference being if the macro is already defined then
\fIdefinition\fP is appended to the existing definition of the macro.
If the macro is undefined then \fB#defplus\fP behaves in exactly the
same way as \fB#define\fP.