mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 10:26:53 +00:00 
			
		
		
		
	|  080603f0b0 We have only 92K of stack and using over 4K per frame is wasteful * grub-core/script/yylex.l (yyalloc), (yyfree), (yyrealloc): Declare as macros so that compiler would remove useless structure on stack. Better solution would be to fix flex not to put this structure on the stack but flex is external program. | ||
|---|---|---|
| .. | ||
| argv.c | ||
| execute.c | ||
| function.c | ||
| lexer.c | ||
| main.c | ||
| parser.y | ||
| script.c | ||
| yylex.l | ||