瀏覽代碼

doc: Mention other C-family GCC front-ends.

* doc/chapters/c-extensions.texi (C Extensions): Mention other languages
  of the C family.
Ludovic Courtès 13 年之前
父節點
當前提交
bf76496015
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      doc/chapters/c-extensions.texi

+ 5 - 4
doc/chapters/c-extensions.texi

@@ -12,10 +12,11 @@
 
 When configured with @code{--enable-gcc-extensions}, StarPU builds a
 plug-in for the GNU Compiler Collection (GCC), which defines extensions
-to the C language that make it easier to write StarPU code@footnote{This
-feature is only available for GCC 4.5 and later.}.  Those extensions
-include syntactic sugar for defining tasks and their implementations,
-invoking a task, and manipulating data buffers.
+to languages of the C family (C, C++, Objective-C) that make it easier
+to write StarPU code@footnote{This feature is only available for GCC 4.5
+and later.}.  Those extensions include syntactic sugar for defining
+tasks and their implementations, invoking a task, and manipulating data
+buffers.
 
 This section does not require detailed knowledge of the StarPU library.