mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 17:30:29 +01:00
mesa: Update comments in get_gen_es.py.
This commit is contained in:
parent
e3d8d25ebf
commit
7c5e2672f0
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
# This script is used to generate the get.c file:
|
||||
# python get_gen.py > get.c
|
||||
# python get_gen_es.py > get.c
|
||||
|
||||
|
||||
import string
|
||||
|
|
@ -652,7 +652,7 @@ def EmitHeader(API):
|
|||
"""Print the get.c file header."""
|
||||
print """
|
||||
/***
|
||||
*** NOTE!!! DO NOT EDIT THIS FILE!!! IT IS GENERATED BY get_gen.py
|
||||
*** NOTE!!! DO NOT EDIT THIS FILE!!! IT IS GENERATED BY get_gen_es.py
|
||||
***/
|
||||
|
||||
#include "main/glheader.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue