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:
parent
372b2d20c5
commit
ba5264e72b
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#ifndef http11_parser_h
|
||||
#define http11_parser_h
|
||||
|
||||
#define RSTRING_NOT_MODIFIED 1
|
||||
#include "ruby.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#define RSTRING_NOT_MODIFIED 1
|
||||
#include "ruby.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#define RSTRING_NOT_MODIFIED 1
|
||||
#include <ruby.h>
|
||||
#include <rubyio.h>
|
||||
#include <openssl/bio.h>
|
||||
|
|
Loading…
Reference in a new issue