~ubuntu-branches/ubuntu/edgy/cmake/edgy-backports

« back to all changes in this revision

Viewing changes to Source/cmLoadCommandCommand.cxx

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-04-10 17:52:23 UTC
  • mfrom: (2.1.2 hoary) (8.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410175223-taf5w6y2halxs5jh
Tags: 2.4.6-0ubuntu1~edgy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  Program:   CMake - Cross-Platform Makefile Generator
4
4
  Module:    $RCSfile: cmLoadCommandCommand.cxx,v $
5
5
  Language:  C++
6
 
  Date:      $Date: 2006/03/16 22:09:08 $
7
 
  Version:   $Revision: 1.25 $
 
6
  Date:      $Date: 2006/10/13 14:52:03 $
 
7
  Version:   $Revision: 1.25.2.1 $
8
8
 
9
9
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
10
10
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
21
21
 
22
22
#include <cmsys/DynamicLoader.hxx>
23
23
 
 
24
#include <stdlib.h>
 
25
 
 
26
#ifdef __QNX__
 
27
# include <malloc.h> /* for malloc/free on QNX */
 
28
#endif
 
29
 
24
30
#include <signal.h>
25
31
extern "C" void TrapsForSignalsCFunction(int sig);
26
32