fixup commit for tag 'release-5-6'

This commit is contained in:
cvs2hg
2005-06-24 23:20:42 +00:00
parent e8b47b4745
commit cf1a80ecb6
366 changed files with 0 additions and 13719 deletions

View File

@@ -1,13 +0,0 @@
#define CODE_EXPANDER
#include <em.h>
#include "back.h"
C_exp( s)
char *s;
{
s = extnd_name( s);
set_global_visible(s);
#ifdef __solaris__
fprint(codefile, "\t.type\t%s,#function\n", s);
#endif
}