[PolyORB-users] PATCH: idlac Preprocess_File typo

Vadim Godunko vgodunko at rost.ru
Wed Dec 15 10:08:05 CET 2004


Hello,

This patch correct name of Preprocess_File subprogram in comment.


-- 
Vadim Godunko
-------------- next part --------------
Index: idl_fe-lexer.adb
===================================================================
RCS file: /cvsroot/polyorb-ncsl/compilers/idlac/idl_fe-lexer.adb,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 idl_fe-lexer.adb
--- idl_fe-lexer.adb	18 Oct 2004 18:18:37 -0000	1.1.1.3
+++ idl_fe-lexer.adb	15 Dec 2004 08:51:05 -0000
@@ -1411,9 +1428,9 @@
 
    end Lexer_State;
 
-   ----------------
-   -- Preprocess --
-   ----------------
+   ---------------------
+   -- Preprocess_File --
+   ---------------------
 
    procedure Preprocess_File (Filename : in String) is
       use GNAT.Command_Line;


More information about the PolyORB-users mailing list