X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..6ed785970bbb0b94322103726f147dbea26ea48c:/src/include/mc/datatypes.h diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index 54c004d13b..d145b558c7 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -1,5 +1,4 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -11,7 +10,7 @@ #include #if HAVE_UCONTEXT_H -#include /* context relative declarations */ +#include #endif SG_BEGIN_DECL() @@ -26,8 +25,7 @@ struct s_stack_region{ int process_index; }; typedef struct s_stack_region s_stack_region_t; -typedef struct s_stack_region* stack_region_t; SG_END_DECL() -#endif /* _MC_MC_H */ +#endif