Ignore:
Timestamp:
Dec 13, 2025, 4:52:46 PM (3 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master, stuck-waitfor-destruct
Children:
35fc819
Parents:
fe6047c
Message:

small wording changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/background.tex

    rfe6047c r67748f9  
    626626    void f( int n, float[][n]  );   $\C{// array of VLAs}$
    627627\end{cfa}
    628 as a repeat, without an error about conflicting types for @f@.
    629 Yet, entirely different stride calculations would occur in a function body whose parameters were declared in each of the two styles.
     628without an error about conflicting types for @f@.
     629Yet, entirely different stride calculations occur in the function body for each of the two parameter styles.
    630630
    631631\begin{figure}
     
    794794
    795795\subsection{Arrays Could be Values}
     796\label{s:ArraysCouldbeValues}
    796797
    797798All arrays have a know runtime size at their point of declaration.
Note: See TracChangeset for help on using the changeset viewer.