Removed old ORG_OFFSET.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@50 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-09-20 16:19:14 +00:00
parent 252ec1b27b
commit d4932b5405
-3
View File
@@ -39,8 +39,5 @@ typedef struct
} CODE_REF;
typedef CODE_REF *PCODE_REF;
#define ORG_OFFSET (((sizeof (CODE_REF) + (PARAGRAPH_SIZE - 1)) \
/ PARAGRAPH_SIZE) * PARAGRAPH_SIZE)
#endif /* _CODERES_H */