Patch title: Release 82 bulk changes
Abstract:
File: /pliant/install/pliant.c
Key:
    Removed line
    Added line
   
// Copyright  Hubert Tonneau  hubert.tonneau@pliant.cx
//
// This program is free software; you can redistribute it an
// modify it under the terms of the GNU General Public Licen
// as published by the Free Software Foundation.
// 
// This program is distributed in the hope that it will be u
// but WITHOUT ANY WARRANTY; without even the implied warran
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public
// version 2 along with this program; if not, write to the F
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA


// Copyright  Hubert Tonneau  hubert.tonneau@pliant.cx
//
// This program is free software; you can redistribute it an
// modify it under the terms of the GNU General Public Licen
// as published by the Free Software Foundation.
// 
// This program is distributed in the hope that it will be u
// but WITHOUT ANY WARRANTY; without even the implied warran
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
// GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public
// version 2 along with this program; if not, write to the F
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA


#ifdef _BYTECODE_
  #include "../language/generator/bytecode.c"
#endif

#include "../language/schedule/atomic.c"
#include "../language/os/glue.c"
#include "../language/declare/call.c"
#ifdef _TIMER_
  #include "timer.c"
#endif
#include "../language/memory/page.c"
#include "../language/memory/memory.c"
#include "../language/memory/alloc.c"
#include "../language/data/entry.c"
#include "../language/type/pointer/arrow.c"
#include "../language/os/process.c"
#include "../language/os/dump.c"
#ifndef _STATIC_
  #include "../language/os/dll.c"
#endif
#include "../language/debug/error.c"


#include "../language/compiler/expression/expression.c"
#include "../language/compiler/active.c"
#include "../language/schedule/atomic.c"
#include "../language/os/glue.c"
#include "../language/declare/call.c"
#ifdef _TIMER_
  #include "timer.c"
#endif
#include "../language/memory/page.c"
#include "../language/memory/memory.c"
#include "../language/memory/alloc.c"
#include "../language/data/entry.c"
#include "../language/type/pointer/arrow.c"
#include "../language/os/process.c"
#include "../language/os/dump.c"
#ifndef _STATIC_
  #include "../language/os/dll.c"
#endif
#include "../language/debug/error.c"


#include "../language/compiler/expression/expression.c"
#include "../language/compiler/active.c"
#include "../language/generator/i386.c"
#ifdef _i386_
  #include "../language/generator/i386.c"
#endif