Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Removing an obsolete #define and comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Apr 22, 2008
1 parent d3286d8 commit 4a0770d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions ext/spidermonkey/js_land_proxy.h
Expand Up @@ -4,13 +4,10 @@
#include "spidermonkey.h"
#include "context.h"

#define JS_FUNCTION_PROXY_PROPERTY "__isProxyForRubyProc"

JSBool js_value_is_proxy(OurContext* context, jsval maybe_proxy);
VALUE unwrap_js_land_proxy(OurContext* context, jsval proxy);
jsval make_js_land_proxy(OurContext* context, VALUE value);

// FIXME: WTF
#include "node.h"
typedef struct {
VALUE klass, rklass;
Expand Down
2 changes: 1 addition & 1 deletion ext/spidermonkey/spidermonkey.h
Expand Up @@ -3,8 +3,8 @@

#include <assert.h>
#include <stdio.h>

#include <ruby.h>

#include "jsapi.h"
#include "jshash.h"
#include "jsregexp.h"
Expand Down

0 comments on commit 4a0770d

Please sign in to comment.