m_a_i_n --> _m_a_i_n

This commit is contained in:
ceriel
1991-03-06 14:26:16 +00:00
parent 76d79cf17a
commit b893ec7013
38 changed files with 57 additions and 72 deletions

View File

@@ -17,8 +17,6 @@
*
*/
/* Author: E.G. Keizer */
mes 2,_EM_WSIZE,_EM_PSIZE
exa environ
@@ -27,8 +25,8 @@
_penvp
bss _EM_PSIZE,0,0
exp $m_a_i_n
pro $m_a_i_n,0
exp $_m_a_i_n
pro $_m_a_i_n,0
loc 1336 ; EIOVFL | EIUND | ECONV | EFOVFL | EFUNFL
sim ; ignored
lal _EM_WSIZE+_EM_PSIZE

View File

@@ -28,8 +28,8 @@ environ
_penvp
bss EM_PSIZE,0,0
exp $m_a_i_n
pro $m_a_i_n,0
exp $_m_a_i_n
pro $_m_a_i_n,0
#if EM_WSIZE==1
ldc 1336 ; EIOVFL | EIUND | ECONV | EFOVFL | EFUNFL
#else