Browse Source

* fixed comment in directive

peter 26 years ago
parent
commit
406a486895
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/gdb.pas

+ 5 - 2
compiler/gdb.pas

@@ -152,7 +152,7 @@ N_BINCL to N_EINCL
           for (; *str != '\0'; str++)
           for (; *str != '\0'; str++)
             (
             (
               val += *str;
               val += *str;
-              if (*str == '(')
+              if *str == '('
             (
             (
                Skip the file number.
                Skip the file number.
               ++str;
               ++str;
@@ -263,7 +263,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  1999-03-02 02:56:12  peter
+  Revision 1.8  1999-03-17 10:52:38  peter
+    * fixed comment in directive
+
+  Revision 1.7  1999/03/02 02:56:12  peter
     + stabs support for binary writers
     + stabs support for binary writers
     * more fixes and missing updates from the previous commit :(
     * more fixes and missing updates from the previous commit :(