From 175f21125ba4319e97eef9c5d03ca7a6431d2a38 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 31 Aug 2020 21:06:24 +0200 Subject: fpc-svn: hotfix for doc error --- fpc-svn/doc.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fpc-svn/doc.patch (limited to 'fpc-svn/doc.patch') diff --git a/fpc-svn/doc.patch b/fpc-svn/doc.patch new file mode 100644 index 000000000..0bca7a79d --- /dev/null +++ b/fpc-svn/doc.patch @@ -0,0 +1,13 @@ +--- a/fpcdocs/prog.tex 2020-08-31 20:48:20.048466844 +0200 ++++ b/fpcdocs/prog.tex 2020-08-31 20:48:05.881753019 +0200 +@@ -2385,8 +2385,8 @@ + \subsection{\var{\protect\$POINTERMATH} : Allow use of pointer math} + + By default, pointer arithmetic is enabled in FPC/OBJFPC modes and disabled in DELPHI mode. +-The directive {$POINTERMATH ON/OFF} can be used to toggle pointer arithmetic support. +-Types declared while {$POINTERMATH ON} is in effect also support pointer arithmetic. ++The directive {\$POINTERMATH ON/OFF} can be used to toggle pointer arithmetic support. ++Types declared while {\$POINTERMATH ON} is in effect also support pointer arithmetic. + + This boolean directive enables or disables the use of pointer arithmetic in + expressions involving pointers. -- cgit v1.2.3-54-g00ecf