Subversion Repositories planix.SVN

Rev

Rev 108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 116
Line 118... Line 118...
118
/*
118
/*
119
 * No address allowed on, e.g. the file command.
119
 * No address allowed on, e.g. the file command.
120
 */
120
 */
121
setnoaddr()
121
setnoaddr()
122
{
122
{
123
 
-
 
124
	if (addr2 != 0)
123
	if (addr2 != 0)
125
		error("No address allowed@on this command");
124
		error("No address allowed@on this command");
126
}
125
}
127
 
126
 
128
/*
127
/*