From a4d9eda5d105f02deec6087f008ebbce43ef76c9 Mon Sep 17 00:00:00 2001
From: William S Fulton
Date: Mon, 9 Jan 2006 21:34:29 +0000
Subject: [PATCH] update after running tool checkers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8330 626c5289-ae23-0410-ae9c-e8d60b6d4f22
---
SWIG/Doc/Manual/Contents.html | 1 +
SWIG/Doc/Manual/Perl5.html | 1 +
SWIG/Doc/Manual/Preprocessor.html | 2 ++
3 files changed, 4 insertions(+)
diff --git a/SWIG/Doc/Manual/Contents.html b/SWIG/Doc/Manual/Contents.html
index 35cbe44c7..36224aef7 100644
--- a/SWIG/Doc/Manual/Contents.html
+++ b/SWIG/Doc/Manual/Contents.html
@@ -255,6 +255,7 @@
Preprocessing and %{ ... %} blocks
Preprocessing and { ... }
Viewing preprocessor output
+The #error and #warning directives
diff --git a/SWIG/Doc/Manual/Perl5.html b/SWIG/Doc/Manual/Perl5.html
index 849bb944e..26a0f4b61 100644
--- a/SWIG/Doc/Manual/Perl5.html
+++ b/SWIG/Doc/Manual/Perl5.html
@@ -1228,6 +1228,7 @@ Please refer to the "SWIG Basics" chapter for more information.
26.4.9 Operators
+
As of version 1.3.27 SWIG automatically renames the most common C++ operators, and maps them into the perl module with the proper 'use overload ...' so you don't need to do any work.
diff --git a/SWIG/Doc/Manual/Preprocessor.html b/SWIG/Doc/Manual/Preprocessor.html
index db1ea6f37..ce4622b6a 100644
--- a/SWIG/Doc/Manual/Preprocessor.html
+++ b/SWIG/Doc/Manual/Preprocessor.html
@@ -383,6 +383,8 @@ This might be useful as an aid to debugging and viewing the results of macro exp
7.10 The #error and #warning directives
+
+
SWIG supports the commonly used #warning and #error preprocessor directives.
The #warning directive will cause SWIG to issue a warning then continue processing.