]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/sem_ch13.adb
ada: Cleanup "not Present" on List_Id
[gcc.git] / gcc / ada / sem_ch13.adb
index c46994362687108e3c9dba7c2f8a119c9b81cea4..ae97da58da395d50f1f7518f96b3f31d4ea9f99e 100644 (file)
@@ -16400,7 +16400,7 @@ package body Sem_Ch13 is
       if Nkind (N) = N_Aggregate then
          if Present (Component_Associations (N))
             or else Null_Record_Present (N)
-            or else not Present (Expressions (N))
+            or else No (Expressions (N))
          then
             Error_Msg_N ("bad Stable_Properties aspect specification", N);
             return;
This page took 0.034928 seconds and 5 git commands to generate.