Преглед изворни кода

* added comment to the endif directive

git-svn-id: trunk@30112 -
nickysn пре 10 година
родитељ
комит
b6ececfca0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ide/fpregs.pas

+ 1 - 1
ide/fpregs.pas

@@ -546,7 +546,7 @@ const
        { do not open a messagebox for such errors }
        { do not open a messagebox for such errors }
        Debugger^.got_error:=false;
        Debugger^.got_error:=false;
        GetIntRegs:=true;
        GetIntRegs:=true;
-{$endif}
+{$endif not NODEBUG}
     end;
     end;
 
 
   constructor TRegistersView.Init(var Bounds: TRect);
   constructor TRegistersView.Init(var Bounds: TRect);