Skip to content
Snippets Groups Projects
Commit 70194130 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Removed an unused flag.

Rev: src/docode.h:1.11
parent 1544fd8f
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $Id: docode.h,v 1.10 2000/09/08 16:33:29 grubba Exp $ * $Id: docode.h,v 1.11 2001/01/31 22:02:29 mast Exp $
*/ */
#ifndef DOCODE_H #ifndef DOCODE_H
#define DOCODE_H #define DOCODE_H
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#define DO_POP 4 #define DO_POP 4
#define DO_INDIRECT 8 #define DO_INDIRECT 8
#define DO_LVALUE_IF_POSSIBLE 16 #define DO_LVALUE_IF_POSSIBLE 16
#define DO_DEFER_POP 32
#define WANT_LVALUE (DO_LVALUE | DO_INDIRECT) #define WANT_LVALUE (DO_LVALUE | DO_INDIRECT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment