Browse Source

* renamed messages unit to cmsgs to avoid conflicts with the
win32 messages unit

florian 24 years ago
parent
commit
07495c8526
3 changed files with 18 additions and 6 deletions
  1. 6 2
      compiler/cmsgs.pas
  2. 6 2
      compiler/options.pas
  3. 6 2
      compiler/verbose.pas

+ 6 - 2
compiler/messages.pas → compiler/cmsgs.pas

@@ -20,7 +20,7 @@
 
 
  ****************************************************************************
  ****************************************************************************
 }
 }
-unit messages;
+unit cmsgs;
 
 
 {$i defines.inc}
 {$i defines.inc}
 
 
@@ -443,7 +443,11 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2001-06-03 20:21:08  peter
+  Revision 1.1  2001-08-20 10:58:48  florian
+    * renamed messages unit to cmsgs to avoid conflicts with the
+      win32 messages unit
+
+  Revision 1.10  2001/06/03 20:21:08  peter
     * Kylix fixes, mostly case names of units
     * Kylix fixes, mostly case names of units
 
 
   Revision 1.9  2001/05/27 14:30:55  florian
   Revision 1.9  2001/05/27 14:30:55  florian

+ 6 - 2
compiler/options.pas

@@ -75,7 +75,7 @@ uses
   dos,
   dos,
 {$endif Delphi}
 {$endif Delphi}
   version,
   version,
-  cutils,messages
+  cutils,cmsgs
 {$ifdef BrowserLog}
 {$ifdef BrowserLog}
   ,browlog
   ,browlog
 {$endif BrowserLog}
 {$endif BrowserLog}
@@ -1597,7 +1597,11 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.55  2001-08-19 11:22:23  peter
+  Revision 1.56  2001-08-20 10:58:48  florian
+    * renamed messages unit to cmsgs to avoid conflicts with the
+      win32 messages unit
+
+  Revision 1.55  2001/08/19 11:22:23  peter
     * palmos support from v10 merged
     * palmos support from v10 merged
 
 
   Revision 1.54  2001/08/12 17:57:06  peter
   Revision 1.54  2001/08/12 17:57:06  peter

+ 6 - 2
compiler/verbose.pas

@@ -32,7 +32,7 @@ interface
 uses
 uses
   cutils,
   cutils,
   globals,finput,
   globals,finput,
-  messages;
+  cmsgs;
 
 
 {$ifndef EXTERN_MSG}
 {$ifndef EXTERN_MSG}
   {$i msgtxt.inc}
   {$i msgtxt.inc}
@@ -680,7 +680,11 @@ var
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.15  2001-08-04 10:23:55  peter
+  Revision 1.16  2001-08-20 10:58:49  florian
+    * renamed messages unit to cmsgs to avoid conflicts with the
+      win32 messages unit
+
+  Revision 1.15  2001/08/04 10:23:55  peter
     * updates so it works with the ide
     * updates so it works with the ide
 
 
   Revision 1.14  2001/05/27 14:30:55  florian
   Revision 1.14  2001/05/27 14:30:55  florian