|
|
1.1 root 1: /*
2: * Mach Operating System
3: * Copyright (c) 1988 Carnegie-Mellon University
4: * All rights reserved. The CMU software License Agreement specifies
5: * the terms and conditions for use and redistribution.
6: */
7:
8: #ifndef _MACRO_HELP_H_
9: #define _MACRO_HELP_H_ 1
10:
11: #define MACRO_BEGIN do {
12: #define MACRO_END } while (0)
13:
14: #define MACRO_RETURN if (1) return
15:
16: #endif /* _MACRO_HELP_H_ */
17:
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.