瀏覽代碼

Fix non-C89 comments

Samuel Thibault 11 年之前
父節點
當前提交
4380f48ef6
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      include/starpu_hash.h
  2. 1 1
      include/starpu_sched_ctx.h
  3. 2 2
      include/starpu_task_bundle.h

+ 2 - 2
include/starpu_hash.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2013  Université de Bordeaux 1
+ * Copyright (C) 2009-2014  Université de Bordeaux 1
  * Copyright (C) 2010, 2012  Centre National de la Recherche Scientifique
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -36,4 +36,4 @@ uint32_t starpu_hash_crc32c_string(const char *str, uint32_t inputcrc);
 }
 #endif
 
-#endif // __STARPU_HASH_H__
+#endif /* __STARPU_HASH_H__ */

+ 1 - 1
include/starpu_sched_ctx.h

@@ -118,7 +118,7 @@ void starpu_sched_ctx_set_priority_on_level(int* workers_to_add, unsigned nworke
 unsigned starpu_sched_ctx_get_priority(int worker, unsigned sched_ctx_id);
 #ifdef STARPU_USE_SC_HYPERVISOR
 void starpu_sched_ctx_call_pushed_task_cb(int workerid, unsigned sched_ctx_id);
-#endif //STARPU_USE_SC_HYPERVISOR
+#endif /* STARPU_USE_SC_HYPERVISOR */
 
 #ifdef __cplusplus
 }

+ 2 - 2
include/starpu_task_bundle.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010, 2011  Université de Bordeaux 1
+ * Copyright (C) 2010, 2011, 2014  Université de Bordeaux 1
  * Copyright (C) 2011  Télécom-SudParis
  * Copyright (C) 2012  Inria
  *
@@ -40,4 +40,4 @@ void starpu_task_bundle_close(starpu_task_bundle_t bundle);
 }
 #endif
 
-#endif // __STARPU_TASK_BUNDLE_H__
+#endif /* __STARPU_TASK_BUNDLE_H__ */