1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
/*
FALCON - The Falcon Programming Language.
FILE: process_st.cpp
Process control module - string table.
-------------------------------------------------------------------
Author: Giancarlo Niccolai
Begin: Sat, 24 May 2008 17:25:33 +0200
-------------------------------------------------------------------
(C) Copyright 2008: the FALCON developers (see list in AUTHORS file)
See LICENSE file for licensing details.
*/
/** \file
Process control module main file - string table.
*/
#define FALCON_REALIZE_STRTAB
#include "process_st.h"
/* end of process_st.cpp */
|