Просмотр исходного кода

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
Родитель
Сommit
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.