* 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
Родитель 96031a6d4e
Коммит 769fcd7048
2 изменённых файлов: 4 добавлений и 8 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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