changeset 9:f75ec4738afc MC_shared

Compiles, but does not yet run properly
author Some Random Person <seanhalle@yahoo.com>
date Tue, 13 Mar 2012 10:07:00 -0700
parents 0e6cc9d9ec67
children 5df9392eca1a
files ListOfArrays.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/ListOfArrays.h	Fri Mar 09 22:14:24 2012 -0800
     1.2 +++ b/ListOfArrays.h	Tue Mar 13 10:07:00 2012 -0700
     1.3 @@ -5,8 +5,8 @@
     1.4   * Created on December 16, 2011, 2:06 PM
     1.5   */
     1.6  
     1.7 -#ifndef LISTOFARRAYS_H
     1.8 -#define	LISTOFARRAYS_H
     1.9 +#ifndef  _LISTOFARRAYS_H
    1.10 +#define	_LISTOFARRAYS_H
    1.11  
    1.12  #include<stddef.h>
    1.13  #include "DynArray/DynArray.h"