~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/GraphLib/libsrc/uimxR5/include/valloc_ds.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)valloc_ds.h      17.1 (ESO-IPG) 01/25/02 17:26:06 */
 
2
/*---------------------------------------------------------------------
 
3
 * 
 
4
 *
 
5
 *             Copyright (c) 1992, Visual Edge Software Ltd.
 
6
 *
 
7
 * ALL  RIGHTS  RESERVED.  Permission  to  use,  copy,  modify,  and
 
8
 * distribute  this  software  and its documentation for any purpose
 
9
 * and  without  fee  is  hereby  granted,  provided  that the above
 
10
 * copyright  notice  appear  in  all  copies  and  that  both  that
 
11
 * copyright  notice and this permission notice appear in supporting
 
12
 * documentation,  and that  the name of Visual Edge Software not be
 
13
 * used  in advertising  or publicity  pertaining to distribution of
 
14
 * the software without specific, written prior permission. The year
 
15
 * included in the notice is the year of the creation of the work.
 
16
 *-------------------------------------------------------------------*/
 
17
#ifndef _UX_VALLOC_DS_H_
 
18
#define _UX_VALLOC_DS_H_
 
19
#ifdef  XOPEN_CATALOG
 
20
#include        "valloc_msg.h"
 
21
#endif
 
22
#define DS_MS_VL_ATMPTOALLCBYTES        "011 Internal Error. Cannot allocate %d bytes\n\
 
23
of memory. The program is exiting.\n"
 
24
#endif