Deleted Added
full compact
prutils.c (235945) prutils.c (241973)
1/******************************************************************************
2 *
3 * Module Name: prutils - Preprocessor utilities
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 399 unchanged lines hidden (view full) ---

408 *
409 * FUNCTION: AslPopInputFileStack
410 *
411 * PARAMETERS: None
412 *
413 * RETURN: 0 if a node was popped, -1 otherwise
414 *
415 * DESCRIPTION: Pop the top of the input file stack and point the parser to
1/******************************************************************************
2 *
3 * Module Name: prutils - Preprocessor utilities
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 399 unchanged lines hidden (view full) ---

408 *
409 * FUNCTION: AslPopInputFileStack
410 *
411 * PARAMETERS: None
412 *
413 * RETURN: 0 if a node was popped, -1 otherwise
414 *
415 * DESCRIPTION: Pop the top of the input file stack and point the parser to
416 * the saved parse buffer contained in the fnode. Also, set the
417 * global line counters to the saved values. This function is
416 * the saved parse buffer contained in the fnode. Also, set the
417 * global line counters to the saved values. This function is
418 * called when an include file reaches EOF.
419 *
420 ******************************************************************************/
421
422BOOLEAN
423PrPopInputFileStack (
424 void)
425{

--- 38 unchanged lines hidden ---
418 * called when an include file reaches EOF.
419 *
420 ******************************************************************************/
421
422BOOLEAN
423PrPopInputFileStack (
424 void)
425{

--- 38 unchanged lines hidden ---