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.tab.rb

    r374 r387  
    277277                @@n_warning += 1
    278278                locale = @@current_locale[ @@generator_nest ]
    279                 Console.puts "warning: #{locale[0]}: line #{locale[1]} #{msg}"
     279                Console.puts "#{locale[0]}:#{locale[1]}: warning: #{msg}"
    280280        end
    281281
     
    284284                @@n_info += 1
    285285                locale = @@current_locale[ @@generator_nest ]
    286                 Console.puts "info: #{locale[0]}: line #{locale[1]} #{msg}"
     286                Console.puts "#{locale[0]}:#{locale[1]}: info: #{msg}"
    287287        end
    288288
Note: See TracChangeset for help on using the changeset viewer.