Ignore:
Timestamp:
May 22, 2019, 4:09:18 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルディスクリプタ処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/asp3_dcre/tecsgen/tecslib/core/C_parser.y.rb

    r374 r387  
    10401040
    10411041                if locale then
    1042                         Console.puts "error: #{locale[0]}: line #{locale[1]} #{msg}"
     1042                        Console.puts "#{locale[0]}:#{locale[1]}: error: #{msg}"
    10431043                else
    10441044                        Console.puts "error: #{msg}"
     
    10501050                @@n_warning += 1
    10511051                locale = @@current_locale[ @@generator_nest ]
    1052                 Console.puts "warning: #{locale[0]}: line #{locale[1]} #{msg}"
     1052                Console.puts "#{locale[0]}:#{locale[1]}: warning: #{msg}"
    10531053        end
    10541054
     
    10571057                @@n_info += 1
    10581058                locale = @@current_locale[ @@generator_nest ]
    1059                 Console.puts "info: #{locale[0]}: line #{locale[1]} #{msg}"
     1059                Console.puts "#{locale[0]}:#{locale[1]}: info: #{msg}"
    10601060        end
    10611061
Note: See TracChangeset for help on using the changeset viewer.