24 lines
669 B
C
24 lines
669 B
C
/* @(#)70 1.4 src/bos/usr/include/dbug.h, cmdld, bos411, 9428A410j 3/24/93 21:36:10 */
|
|
#ifndef _H_DBUG
|
|
#define _H_DBUG
|
|
/*
|
|
* COMPONENT_NAME: (CMDLD) XCOFF object file format definition
|
|
*
|
|
* FUNCTIONS: dbug.h
|
|
*
|
|
* ORIGINS: 27
|
|
*
|
|
* (C) COPYRIGHT International Business Machines Corp. 1988, 1993
|
|
* All Rights Reserved
|
|
* Licensed Materials - Property of IBM
|
|
*
|
|
* US Government Users Restricted Rights - Use, duplication or
|
|
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
|
|
*/
|
|
/*
|
|
* *** An XCOFF .debug section contains the symbolic debugger
|
|
* *** stab strings. There are no structures declared in this file.
|
|
*/
|
|
|
|
#endif /* _H_DBUG */
|