mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Fix macro declaration.
This commit is contained in:
		| @@ -3882,7 +3882,7 @@ | ||||
|   "Path to profile file loaded when starting up the repl.") | ||||
|  | ||||
| (compwhen (not (dyn 'os/isatty)) | ||||
|   (defmacro (os/isatty) [&] true)) | ||||
|   (defmacro os/isatty [&] true)) | ||||
|  | ||||
| (defn cli-main | ||||
|   `Entrance for the Janet CLI tool. Call this function with the command line | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose