1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Define RSTRING_NOT_MODIFIED for Rubinius performance

This ensures the header is defined before ruby.h is included.
This commit is contained in:
Dirkjan Bussink 2013-09-04 20:15:56 +02:00
parent 372b2d20c5
commit ba5264e72b
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#ifndef http11_parser_h
#define http11_parser_h
#define RSTRING_NOT_MODIFIED 1
#include "ruby.h"
#include <sys/types.h>

View file

@ -1,3 +1,4 @@
#define RSTRING_NOT_MODIFIED 1
#include "ruby.h"
#include <sys/types.h>

View file

@ -1,3 +1,4 @@
#define RSTRING_NOT_MODIFIED 1
#include <ruby.h>
#include <rubyio.h>
#include <openssl/bio.h>