mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2026-03-14 05:16:25 +00:00
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
30 lines
625 B
C
30 lines
625 B
C
/* --------------------------------------------------------------------------------------
|
|
|
|
Copyright © 1990-1991, Apple Computer, Inc., All Rights Reserved.
|
|
|
|
File: Formatting.h
|
|
|
|
Author: John Farmer
|
|
|
|
Contains: Macros used in formatting source code.
|
|
|
|
Revisions: (most recent first):
|
|
|
|
ID Date Description
|
|
|
|
<1> 11/16/90 John Farmer - Created the file and it's original contents.
|
|
|
|
----------------------------------------------------------------------------------- */
|
|
|
|
|
|
#ifndef __Formatting__
|
|
#define __Formatting__
|
|
|
|
|
|
// Macro Definitions
|
|
|
|
|
|
#define Locals
|
|
|
|
|
|
#endif __Formatting__ |