* harbour/include/hbatomic.h
* added two new build time macros which can be used to control
using GCC atomic builtin functions changing the default settings.
HB_USE_GCCATOMIC_OFF - disable using atomic builtins
HB_USE_GCCATOMIC - force using atomic builtins
- harbour/src/pp/hbpp.1
+ harbour/examples/pp/pp.1
! moved man files for old harbour preprocessor to correct place
+ harbour/src/pp/hbpp.1
+ added new man file for current hbpp
31 lines
657 B
Groff
31 lines
657 B
Groff
.TH HBPP 1
|
|
|
|
.SH NAME
|
|
hbpp \- Harbour Project Preprocessor
|
|
|
|
.SH SYNOPSIS
|
|
\fBhbpp\fP \fB<file[.prg]>\fP \fB[options]\fP
|
|
|
|
.SH DESCRIPTION
|
|
\fBhbpp\fP is the old Harbour Project preprocessor.
|
|
|
|
.SH OPTIONS
|
|
.IP "\fB-d<id>[=<val>]\fP" 10
|
|
#define <id>
|
|
.IP "\fB-i<path>\fP" 10
|
|
add #include file search path
|
|
.IP "\fB-o\fP" 10
|
|
creates hbpp.out with all tables
|
|
.IP "\fB-n\fP" 10
|
|
with those only, which defined in your file
|
|
.IP "\fB-w\fP" 10
|
|
enable warnings
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
Author of hbpp: The Harbour Project (http://harbour-project.org)
|
|
|
|
This manual page was written by Luis Mayoral <mayoral@linuxadicto.org>,
|
|
for the Debian GNU/Linux system (but may be used by others).
|