1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/sdbm/_sdbm.c: RCS $Id$ removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2011-10-28 13:06:16 +00:00
parent 96031a6d4e
commit 769fcd7048
2 changed files with 4 additions and 8 deletions

View file

@ -1,3 +1,7 @@
Fri Oct 28 22:05:34 2011 Tanaka Akira <akr@fsij.org>
* ext/sdbm/_sdbm.c: RCS $Id$ removed.
Thu Oct 27 18:58:00 2011 NARUSE, Yui <naruse@ruby-lang.org>
* parse.y (parser_nextc): set encoding for the buffer of ripper.

View file

@ -7,10 +7,6 @@
* core routines
*/
#ifndef lint
/*char sdbm_rcsid[] = "$Id$";*/
#endif
#include "ruby/config.h"
#include "ruby/defines.h"
@ -633,10 +629,6 @@ getnext(register DBM *db)
* page-level routines
*/
#ifndef lint
/*char pair_rcsid[] = "$Id$";*/
#endif
#ifndef BSD42
/*#include <memory.h>*/
#endif