From b7a43120604e9246d8aa15a6d687e2a4616b7774 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Thu, 1 Sep 2011 13:28:53 +0000 Subject: [PATCH] fpvectorial: Disabling debug info git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1886 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../fpvviewer/fpvectorialsrc/epsvectorialreader.pas | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/fpvviewer/fpvectorialsrc/epsvectorialreader.pas b/applications/fpvviewer/fpvectorialsrc/epsvectorialreader.pas index a46f81a7f..2bfbe8833 100644 --- a/applications/fpvviewer/fpvectorialsrc/epsvectorialreader.pas +++ b/applications/fpvviewer/fpvectorialsrc/epsvectorialreader.pas @@ -14,14 +14,14 @@ unit epsvectorialreader; {$mode objfpc}{$H+} -{$define FPVECTORIALDEBUG_PATHS} +{.$define FPVECTORIALDEBUG_PATHS} {.$define FPVECTORIALDEBUG_COLORS} {.$define FPVECTORIALDEBUG_ROLL} -{$define FPVECTORIALDEBUG_CODEFLOW} -{$define FPVECTORIALDEBUG_INDEX} -{$define FPVECTORIALDEBUG_DICTIONARY} -{$define FPVECTORIALDEBUG_CONTROL} -{$define FPVECTORIALDEBUG_ARITHMETIC} +{.$define FPVECTORIALDEBUG_CODEFLOW} +{.$define FPVECTORIALDEBUG_INDEX} +{.$define FPVECTORIALDEBUG_DICTIONARY} +{.$define FPVECTORIALDEBUG_CONTROL} +{.$define FPVECTORIALDEBUG_ARITHMETIC} interface