*** empty log message ***

This commit is contained in:
2006-10-22 14:00:05 +00:00
parent 97392088fd
commit ce2018545d
3 changed files with 46 additions and 2 deletions

19
ase/awk/awk.bdsproj Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,13 +1,18 @@
/*
* $Id: awk.c,v 1.83 2006-10-22 11:34:52 bacon Exp $
* $Id: awk.c,v 1.84 2006-10-22 14:00:05 bacon Exp $
*/
#if defined(__BORLANDC__)
#pragma hdrstop
#define Library
#endif
#include <sse/awk/awk_i.h>
static void __free_afn (void* awk, void* afn);
sse_awk_t* sse_awk_open (sse_awk_syscas_t* syscas)
{
{
sse_awk_t* awk;
if (syscas == SSE_NULL) return SSE_NULL;