]> git.sur5r.net Git - cc65/blobdiff - src/ca65/toklist.h
atari5200: name conio constructor 'initconio'
[cc65] / src / ca65 / toklist.h
index 84b4291f44d304b02152b8cee6a7e0d607a5ea37..6ee8b5f5f16dff5700a6b8a0f5f2606a4c6b3be4 100644 (file)
@@ -111,18 +111,18 @@ void FreeTokList (TokList* T);
 
 token_t GetTokListTerm (token_t Term);
 /* Determine if the following token list is enclosed in curly braces. This is
- * the case if the next token is the opening brace. If so, skip it and return
- * a closing brace, otherwise return Term.
- */
+** the case if the next token is the opening brace. If so, skip it and return
+** a closing brace, otherwise return Term.
+*/
 
 void AddCurTok (TokList* T);
 /* Add the current token to the token list */
 
 void PushTokList (TokList* List, const char* Desc);
 /* Push a token list to be used as input for InputFromStack. This includes
- * several initializations needed in the token list structure, so don't use
- * PushInput directly.
- */
+** several initializations needed in the token list structure, so don't use
+** PushInput directly.
+*/