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:
parent
96031a6d4e
commit
769fcd7048
2 changed files with 4 additions and 8 deletions
|
@ -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>
|
Thu Oct 27 18:58:00 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (parser_nextc): set encoding for the buffer of ripper.
|
* parse.y (parser_nextc): set encoding for the buffer of ripper.
|
||||||
|
|
|
@ -7,10 +7,6 @@
|
||||||
* core routines
|
* core routines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
/*char sdbm_rcsid[] = "$Id$";*/
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "ruby/config.h"
|
#include "ruby/config.h"
|
||||||
#include "ruby/defines.h"
|
#include "ruby/defines.h"
|
||||||
|
|
||||||
|
@ -633,10 +629,6 @@ getnext(register DBM *db)
|
||||||
* page-level routines
|
* page-level routines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef lint
|
|
||||||
/*char pair_rcsid[] = "$Id$";*/
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BSD42
|
#ifndef BSD42
|
||||||
/*#include <memory.h>*/
|
/*#include <memory.h>*/
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue