skip/2 was using user_input

This commit is contained in:
Vítor Santos Costa
2015-11-11 08:45:03 +00:00
parent edd5c007c8
commit 2466db7ff5
9 changed files with 31096 additions and 15 deletions

View File

@@ -18,7 +18,11 @@
static char SccsId[] = "%W% %G%";
#endif
/** Aliases
/**
* @group
*
*
* Aliases:
* This file defines the main operations on aliases, a second name for a file. Aliases are always
* textual constants (atoms).
*
@@ -115,6 +119,16 @@ static char SccsId[] = "%W% %G%";
static Atom FetchAlias (int sno);
static bool ExistsAliasForStream (int sno, Atom al);
/**
* Specify an alias to the stream. The alias <tt>Name</tt> must be an atom. The
* alias can be used instead of the stream descriptor for every operation
* concerning the stream.
*
* @param + _tname_ Name of Alias
* @param + _tstream_ stream identifier
*
* @return
*/
static Int add_alias_to_stream (USES_REGS1)
{
Term tname = Deref(ARG1);