Skip to content

Commit

Permalink
Add RSTRING_NOT_MODIFIED header for Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink authored and jgarber committed Nov 26, 2011
1 parent 3242fde commit e061ec0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ragel/redcloth_attributes.c.rl
Expand Up @@ -3,6 +3,7 @@
*
* Copyright (C) 2009 Jason Garber
*/
#define RSTRING_NOT_MODIFIED
#include <ruby.h>
#include "redcloth.h"

Expand Down
1 change: 1 addition & 0 deletions ragel/redcloth_inline.c.rl
Expand Up @@ -3,6 +3,7 @@
*
* Copyright (C) 2009 Jason Garber
*/
#define RSTRING_NOT_MODIFIED
#include <ruby.h>
#include "redcloth.h"

Expand Down
1 change: 1 addition & 0 deletions ragel/redcloth_scan.c.rl
Expand Up @@ -5,6 +5,7 @@
*/
#define redcloth_scan_c

#define RSTRING_NOT_MODIFIED
#include <ruby.h>
#include "redcloth.h"

Expand Down

0 comments on commit e061ec0

Please sign in to comment.