[前][次][番号順一覧][スレッド一覧]

ruby-changes:45597

From: nobu <ko1@a...>
Date: Tue, 21 Feb 2017 14:17:00 +0900 (JST)
Subject: [ruby-changes:45597] nobu:r57670 (trunk): internal.h: removed function declaration

nobu	2017-02-21 14:16:49 +0900 (Tue, 21 Feb 2017)

  New Revision: 57670

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57670

  Log:
    internal.h: removed function declaration
    
    * internal.h (rb_compile_error_str): remove declaration of removed
      internal function at r54189.

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 57669)
+++ internal.h	(revision 57670)
@@ -1069,7 +1069,6 @@ extern VALUE rb_eEAGAIN; https://github.com/ruby/ruby/blob/trunk/internal.h#L1069
 extern VALUE rb_eEWOULDBLOCK;
 extern VALUE rb_eEINPROGRESS;
 void rb_report_bug_valist(VALUE file, int line, const char *fmt, va_list args);
-PRINTF_ARGS(void rb_compile_error_str(VALUE file, int line, void *enc, const char *fmt, ...), 4, 5);
 VALUE rb_syntax_error_append(VALUE, VALUE, int, int, rb_encoding*, const char*, va_list);
 VALUE rb_check_backtrace(VALUE);
 NORETURN(void rb_async_bug_errno(const char *,int));

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]